UNPKG
@jomari-wp/linkedin-jobs-scraper
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scrape public available jobs on Linkedin using headless browser
@jomari-wp/linkedin-jobs-scraper
/
jest.config.js
10 lines
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { roots: [
'<rootDir>/src/test'
], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
}, testPathIgnorePatterns: [
// ...
], verbose:
true
, };