Skip to content

Commit bc125d7

Browse files
committed
Updated test running
1 parent 98dee3d commit bc125d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"start": "node dist/cli.js",
1313
"dev": "tsx src/cli.ts",
1414
"lint": "eslint . --ext .ts --max-warnings=0",
15-
"test": "node dist/test-fixture-match.js",
16-
"test:branch-search": "node dist/test-branch-search.js && node dist/test-branch-search-cache.js"
15+
"test": "node dist/test-fixture-match.js && node dist/test-branch-search.js"
1716
},
1817
"engines": {
1918
"node": ">=18.0.0"

0 commit comments

Comments
 (0)