Skip to content

Commit f1d4e1e

Browse files
committed
add tas file
1 parent b7a5a65 commit f1d4e1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.tas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
framework: mocha # Mention the testing framework mocha or jest
33
postMerge:
44
pattern:
5-
- "./test/*.js"
5+
- "./test/*.js"
66
- "./test/*.ts" # Glob pattern to path where tests that should run post-merge are written
77
preMerge:
88
pattern:
9-
- "./test/*.js"
10-
- "./test/*.ts" # Glob pattern to path where tests that should run pre-merge are written
9+
- "./test/*.js"
10+
- "./test/*.ts" # Glob pattern to path where tests that should run pre-merge are written
1111
preRun:
1212
- npm install # Mention pre-run steps here
1313
postRun:

0 commit comments

Comments
 (0)