Skip to content

Commit

Permalink
updated flug and added 1 sec gap time between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed May 11, 2024
1 parent bcfa92f commit f601b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"format": "npx prettier --arrow-parens=avoid --print-width=160 --trailing-comma=none --write lite/*.js src/*.js src/*/*.js ",
"lint": "eslint lite && eslint src",
"serve": "npx srvd --debug --port=3000 --wait=120",
"test": "set -e; for f in src/*/*test*.js; do echo \"\nrunning $f\" && sleep 5 && node -r esm $f; done",
"test": "set -e; for f in src/*/*test*.js; do echo \"\nrunning $f\" && sleep 5 && TEST_GAP_TIME=1 node -r esm $f; done",
"test:intersect-polygon": "node -r esm ./src/intersect-polygon/intersect-polygon.test.js",
"test:max": "node -r esm ./src/max/max.test.js",
"test:mean": "node -r esm ./src/mean/mean.test.js",
Expand Down Expand Up @@ -124,7 +124,7 @@
"eslint-plugin-standard": "^3.1.0",
"esm": "3.2.25",
"find-and-read": "^1.2.0",
"flug": "^2.6.0",
"flug": "^2.8.0",
"jsdoc": "^3.6.7",
"memory-fs": "^0.4.1",
"null-loader": "^4.0.1",
Expand Down

0 comments on commit f601b6b

Please sign in to comment.