We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477284 commit f798440Copy full SHA for f798440
3 files changed
.appveyor.yml
@@ -11,7 +11,7 @@ install:
11
- npm install
12
13
test_script:
14
- - node test | tap-xunit | tee test-results.xml
+ - node test | ./node_modules/.bin/tap-xunit | tee test-results.xml
15
16
after_test:
17
- ps: |
.gitignore
@@ -4,3 +4,4 @@
4
node_modules
5
npm-debug.log
6
package-lock.json
7
+test-results.xml
.npmignore
@@ -5,3 +5,4 @@
.travis.yml
test
8
0 commit comments