Sfoglia il codice sorgente

Create .tas.yml

pull/799/head
Himanshi Gupta GitHub 4 anni fa
parent
commit
2b074fda60
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. +16
    -0
      .tas.yml

+ 16
- 0
.tas.yml Vedi 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…
Annulla
Salva