Skip to content

Commit 6108afc

Browse files
committed
Change appveyor to use an absolute test path and the global command.
1 parent 1e67454 commit 6108afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ install:
2121
- jasmine-node --version
2222

2323
test_script:
24-
- npm test
24+
- jasmine-node --verbose --test-dir C:\projects\node-angularity\test
2525

2626
build: off

0 commit comments

Comments
 (0)