Skip to content

Commit

Permalink
tas file added
Browse files Browse the repository at this point in the history
  • Loading branch information
nevilm-lt committed Apr 22, 2022
1 parent 3f45b68 commit 536b230
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .tas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
framework: jest
preRun:
command:
- yarn
preMerge:
env:
NODE_ENV: development
npm_lifecycle_event: test
pattern:
- "{packages,scripts}/**/__tests__/*{.js,.coffee,[!d].ts}"
postMerge:
env:
NODE_ENV: development
npm_lifecycle_event: test
pattern:
- "{packages,scripts}/**/__tests__/*{.js,.coffee,[!d].ts}"
postRun:
command:
- node --version
configFile: scripts/jest/config.source-www.js
nodeVersion: 14.17.6
version: 1.0

0 comments on commit 536b230

Please sign in to comment.