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 5d2730b commit 9968528
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .tas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
framework: jest
preRun:
command:
- yarn
preMerge:
env:
TRACE_PLAYWRIGHT: true
HEADLESS: true
pattern:
- 'test/unit/**/*.test.{js,ts,tsx}'
postMerge:
env:
TRACE_PLAYWRIGHT: true
HEADLESS: true
pattern:
- 'test/unit/**/*.test.{js,ts,tsx}'
postRun:
command:
- yarn --version
version: 1.0

0 comments on commit 9968528

Please sign in to comment.