UNPKG

@jomari-wp/linkedin-jobs-scraper

Version:

Scrape public available jobs on Linkedin using headless browser

10 lines 184 B
module.exports = { roots: ['<rootDir>/src/test'], transform: { '^.+\\.tsx?$': 'ts-jest' }, testPathIgnorePatterns: [ // ... ], verbose: true, };