Browse Source

Create .tas.yml

pull/799/head
Himanshi Gupta GitHub 4 years ago
parent
commit
2b074fda60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .tas.yml

+ 16
- 0
.tas.yml View File

@@ -0,0 +1,16 @@
---
framework: mocha
preRun:
command:
- npm ci
- npm run build
postMerge:
pattern:
- "test/*-test.js"
preMerge:
pattern:
- "test/*-test.js"
postRun:
command:
- "node --version"
version: 1.0

Loading…
Cancel
Save