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 c0f38ea commit f7bc1df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .tas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
framework: jest
preRun:
command:
- yarn install
preMerge:
pattern:
- "scripts/__tests__/*-test.js"
- "packages/**/__tests__/*-test.js"
postMerge:
pattern:
- "scripts/__tests__/*-test.js"
- "packages/**/__tests__/*-test.js"
postRun:
command:
- yarn --version
version: 1.0

0 comments on commit f7bc1df

Please sign in to comment.