Skip to content

Commit 3c74b51

Browse files
committed
be explicit with the test dir for jasmine-node on appveyor.
1 parent 9a6a13d commit 3c74b51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

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

2323
test_script:
24-
- echo %cd% && dir
25-
- jasmine-node --verbose
24+
- jasmine-node --verbose --test-dir C:\projects\node-angularity\node-angularity\test
2625

2726
build: off

0 commit comments

Comments
 (0)