Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Oct 18, 2020
1 parent 96e40ff commit aea83c5
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 aea83c5

Please sign in to comment.