Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 105aa3e

Browse files
committed
tests: Fix test-jasmine on Windows
1 parent 9dc2226 commit 105aa3e

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
@@ -28,7 +28,7 @@
2828
"build-frontend-docs": "rm -rf ./docs/frontend_api && ./node_modules/.bin/jsdoc -c jsdoc-conf.json -d ./docs/frontend_api src/public/app/entities/*.js src/public/app/services/frontend_script_api.js src/public/app/widgets/basic_widget.js src/public/app/widgets/note_context_aware_widget.js src/public/app/widgets/right_panel_widget.js",
2929
"build-docs": "npm run build-backend-docs && npm run build-frontend-docs",
3030
"webpack": "webpack -c webpack.config.ts",
31-
"test-jasmine": "TRILIUM_DATA_DIR=./data-test ts-node ./node_modules/.bin/jasmine",
31+
"test-jasmine": "cross-env TRILIUM_DATA_DIR=./data-test ts-node ./node_modules/jasmine/bin/jasmine",
3232
"test-es6": "ts-node -r esm spec-es6/attribute_parser.spec.ts",
3333
"test": "npm run test-jasmine && npm run test-es6",
3434
"postinstall": "rimraf ./node_modules/canvas"

0 commit comments

Comments
 (0)