Skip to content

Commit

Permalink
tas files added
Browse files Browse the repository at this point in the history
  • Loading branch information
nevilm-lt committed May 2, 2022
1 parent c99ff6c commit e7707df
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .tas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
framework: jest
preRun:
command:
- yarn install --immutable
- yarn run build
preMerge:
pattern:
- "./test/*.js"
env:
NODE_ENV: test
postMerge:
pattern:
- "./test/*.js"
env:
NODE_ENV: test
postRun:
command:
- yarn --version
version: 1.0
1 change: 1 addition & 0 deletions asd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new config

0 comments on commit e7707df

Please sign in to comment.