Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 9, 2025
1 parent 3fc23ec commit fdf0db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "mocha --recursive tests/unit/oplogPopulator --timeout 30000",
"cover:test": "nyc --clean --silent yarn run test && nyc report --report-dir ./coverage/test --reporter=lcov",
"e2e": "mocha --recursive $(find tests/e2e -name '*.js') --timeout 30000",
"cover:e2e": "nyc --clean --silent yarn run e2e_test && nyc report --report-dir ./coverage/e2e --reporter=lcov",
"cover:e2e": "nyc --clean --silent yarn run e2e && nyc report --report-dir ./coverage/e2e --reporter=lcov",
"ft_test": "mocha --recursive $(find tests/functional -name '*.js') --timeout 30000",
"ft_test:notification": "mocha --recursive $(find tests/functional/notification -name '*.js') --timeout 30000",
"ft_test:replication": "mocha --recursive $(find tests/functional/replication -name '*.js') --timeout 30000",
Expand Down

0 comments on commit fdf0db2

Please sign in to comment.