Skip to content

Commit

Permalink
Test node in Windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Sep 26, 2017
1 parent 6203065 commit d97dd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_script:
- node --version
- npm --version
# run tests
- npm run test:node
- npm run test:win

# Don't actually build.
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
"build": "node scripts/build.js",
"document": "bit-docs",
"test:node": "mocha test/test.js && mocha test/test_register_node.js",
<<<<<<< HEAD
"test:browser": "DEBUG=testee:* testee test/test.html test/register.html --browsers firefox --reporter Spec",
=======
"test:browser": "testee test/test.html test/register.html --browsers firefox --reporter Spec",
"test:win": "testee test/test.html test/register.html --browsers firefox --reporter Spec",
>>>>>>> Make a test:win
"test:win": "testee test/test.html --browsers firefox --reporter Spec",
"test:xss": "mocha test/xss/test.js",
"test": "npm run test:node && npm run test:browser && npm run test:xss",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
Expand Down

0 comments on commit d97dd7c

Please sign in to comment.