Skip to content

Commit

Permalink
Update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Dec 18, 2023
1 parent 6b9a697 commit 1c67072
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"gtfsrt2json": "bin/gtfsrt2json.js"
},
"scripts": {
"test": "jest",
"test-ci": "jest --ci --maxWorkers=4"
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
"test-ci": "NODE_OPTIONS=--experimental-vm-modules npx jest --ci --maxWorkers=4"
},
"repository": {
"type": "git",
Expand All @@ -36,6 +36,7 @@
"zlib": "^1.0.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0"
}
}
2 changes: 1 addition & 1 deletion test/gtfsrt2lc.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fs = require('fs');
const { test, expect } = require('@jest/globals');
const del = require('del');
const { Readable } = require('stream');
const uri_templates = require('uri-templates');
Expand Down

0 comments on commit 1c67072

Please sign in to comment.