Skip to content

Commit

Permalink
put it back and try it in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carlowahlstedt committed Jan 31, 2019
1 parent e56cd3a commit e7b486f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
inputs:
command: custom
verbose: false
customCommand: 'npx mocha Tests//TestSuite.js'
customCommand: 'run test'

- task: PublishTestResults@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc -p .",
"install-task-lib": "cd NewmanPostman && npm install --save-dev",
"pretest": "tsc -p .",
"test": "mocha Tests//TestSuite.js"
"test": "npx mocha Tests//TestSuite.js"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down

0 comments on commit e7b486f

Please sign in to comment.