Skip to content

Commit

Permalink
ci: added the configuration for debugging appveyor test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
halfzebra committed Feb 7, 2019
1 parent 9bdb367 commit 7b29611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -111,7 +111,7 @@
"semantic-release": "semantic-release",
"test": "npm run test:cli && npm run test:functional",
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000",
"test:functional": "UNEXPECTED_FULL_TRACE=true mocha tests/*.spec.js --reporter spec --timeout 15000",
"app:build": "cd template && node ../bin/elm-app-cli.js build",
"app:start": "cd template && node ../bin/elm-app-cli.js start",
"app:test": "cd template && node ../bin/elm-app-cli.js test"
Expand Down

0 comments on commit 7b29611

Please sign in to comment.