Skip to content

Commit

Permalink
Merge pull request #8 from SamYuan1990/test
Browse files Browse the repository at this point in the history
add unit test
  • Loading branch information
SamYuan1990 committed Oct 18, 2020
2 parents 96e40ff + aea83c5 commit d7cfe9b
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- master
- main

pool:
vmImage: 'ubuntu-latest'
Expand All @@ -17,5 +17,5 @@ steps:

- script: |
npm install
# npm run build
displayName: 'npm install and build'
npm test
displayName: 'npm install and test'

0 comments on commit d7cfe9b

Please sign in to comment.