We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f798440 commit 7682f83Copy full SHA for 7682f83
1 file changed
.appveyor.yml
@@ -11,7 +11,7 @@ install:
11
- npm install
12
13
test_script:
14
- - node test | ./node_modules/.bin/tap-xunit | tee test-results.xml
+ - node test | node_modules\.bin\tap-xunit | tee test-results.xml
15
16
after_test:
17
- ps: |
0 commit comments