Skip to content

Commit 2a6841c

Browse files
Enable npm tests
1 parent 1886a19 commit 2a6841c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ steps:
2121
customCommand: 'run install-task-lib'
2222

2323

24-
# - task: Npm@1
25-
# displayName: 'npm test'
26-
# inputs:
27-
# command: custom
28-
# verbose: false
29-
# customCommand: 'run test'
24+
- task: Npm@1
25+
displayName: 'npm test'
26+
inputs:
27+
command: custom
28+
verbose: false
29+
customCommand: 'run test'
3030

3131
- task: PublishTestResults@2
3232
inputs:

0 commit comments

Comments
 (0)