Skip to content

Commit

Permalink
tas file added
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshiLt committed Apr 26, 2022
1 parent d4f7923 commit 5acf29b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .tas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
framework: jest
preRun:
command:
- yarn install
- yarn types:check
- yarn lint
- yarn run build
preMerge:
pattern:
- "./test/**/*.test.{tsx,ts}"
postMerge:
pattern:
- "./test/**/*.test.{tsx,ts}"
postRun:
command:
- yarn --version
version: 1.0

0 comments on commit 5acf29b

Please sign in to comment.