Skip to content

Commit 1ed659f

Browse files
committed
fixed npm script
1 parent d4e14ed commit 1ed659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@
12001200
"ui-test-cmd": "extest setup-and-run --code_version 1.101.0 --code_settings ./test/ui/fixtures/settings.json --extensions_dir ./.test-extensions --storage ./.test-folder -m ./test/ui/fixtures/mocha.json",
12011201
"preui-test": "rimraf out-test .test-extensions",
12021202
"ui-test": "npm run ui-test-cmd -- ./out-test/test/ui/**/*.test.js",
1203-
"q-test": "arch -x86_64 q $AXLIBRARIES_HOME/ws/qcumber.q_ -color -src ./test/q/main.q -test ./test/q"
1203+
"q-test": "arch -x86_64 q $AXLIBRARIES_HOME/ws/qcumber.q_ -color -src ./test/q/main.q -test ./test/q/tests"
12041204
},
12051205
"devDependencies": {
12061206
"@eslint/js": "9.39.1",

0 commit comments

Comments
 (0)