Skip to content

Commit 5d4cf02

Browse files
committed
appveyor no need to specify full path.
1 parent f7b9636 commit 5d4cf02

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-
- jasmine-node --verbose --test-dir C:\projects\node-angularity\test
24+
- jasmine-node --verbose test
2525

2626
build: off

0 commit comments

Comments
 (0)