Skip to content

Commit 057aaf8

Browse files
author
Jordi Bertran de Balanda
committed
BB-295 - use jest with expression filters instead of paths
1 parent 76aca58 commit 057aaf8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"oplog_populator": "node dist/extensions/oplogPopulator/OplogPopulatorTask.js",
1616
"mongo_queue_processor": "node dist/extensions/mongoProcessor/mongoProcessorTask.js",
1717
"garbage_collector": "node dist/extensions/gc/service.js",
18-
"test": "jest tests/unit",
19-
"ft_test": "jest $(find tests/functional -name '*.js') --testTimeout 30000",
20-
"ft_test:notification": "jest $(find tests/functional/notification -name '*.js') --testTimeout 30000",
21-
"ft_test:replication": "jest $(find tests/functional/replication -name '*.js') --testTimeout 30000",
22-
"ft_test:lib": "jest $(find tests/functional/lib -name '*.js') --testTimeout 30000",
23-
"ft_test:lifecycle": "jest $(find tests/functional/lifecycle -name '*.js') --testTimeout 30000",
24-
"ft_test:ingestion": "jest $(find tests/functional/ingestion -name '*.js') --testTimeout 30000",
25-
"ft_test:api:routes": "jest tests/functional/api/routes.js --testTimeout 30000",
26-
"ft_test:api:retry": "jest tests/functional/api/retry.js --testTimeout 30000",
27-
"bh_test": "jest tests/behavior",
18+
"test": "jest /unit --forceExit",
19+
"ft_test": "jest /functional --testTimeout 30000",
20+
"ft_test:notification": "jest /functional/notification --testTimeout 30000",
21+
"ft_test:replication": "jest /functional/replication --testTimeout 30000",
22+
"ft_test:lib": "jest /functional/lib --testTimeout 30000",
23+
"ft_test:lifecycle": "jest /functional/lifecycle --testTimeout 30000",
24+
"ft_test:ingestion": "jest /functional/ingestion --testTimeout 30000",
25+
"ft_test:api:routes": "jest /functional/api/routes.spec.js --testTimeout 30000",
26+
"ft_test:api:retry": "jest /functional/api/retry.spec.js --testTimeout 30000",
27+
"bh_test": "jest /behavior",
2828
"lint": "eslint $(git ls-files '*.js')",
2929
"lint_md": "mdlint $(git ls-files '[^bucket-scanner/]*.md')",
3030
"start": "node dist/bin/backbeat.js",

0 commit comments

Comments
 (0)