Skip to content

Commit

Permalink
Merge branch 'dev-fix-test-matcher' into 'master'
Browse files Browse the repository at this point in the history
chore(ci): fix job check/test-matcher

See merge request TankerHQ/sdk-js!1038
  • Loading branch information
ntalfer committed Jan 14, 2025
2 parents b66cf9a + a61e123 commit 73c8473
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 @@ -35,7 +35,7 @@
"test:http-utils": "npm run _test \"packages/http-utils/**/src/**/*.spec{,.node}.ts\"",
"test:streams": "npm run _test \"packages/stream/**/src/**/*.spec{,.node}.ts\"",
"test:types": "npm run _test \"packages/types/src/**/*.spec{,.node}.ts\"",
"test-matcher:export-test-names": "npm run test --reporter ./config/mocha/name-exporter.js --dry-run --grep 'functional-tests'",
"test-matcher:export-test-names": "npm run _test -- --reporter ./config/mocha/name-exporter.js --dry-run \"packages/functional-tests/src/**/*.spec{,.node}.ts\"",
"karma": "karma start config/karma/karma.config.ci.js",
"debug": "karma start config/karma/karma.config.debug.js",
"debug:core": "karma start packages/core/config/karma.config.debug.js",
Expand Down

0 comments on commit 73c8473

Please sign in to comment.