We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a5a65 commit f1d4e1eCopy full SHA for f1d4e1e
1 file changed
.tas.yml
@@ -2,12 +2,12 @@
2
framework: mocha # Mention the testing framework mocha or jest
3
postMerge:
4
pattern:
5
- - "./test/*.js"
+ - "./test/*.js"
6
- "./test/*.ts" # Glob pattern to path where tests that should run post-merge are written
7
preMerge:
8
9
10
- - "./test/*.ts" # Glob pattern to path where tests that should run pre-merge are written
+ - "./test/*.ts" # Glob pattern to path where tests that should run pre-merge are written
11
preRun:
12
- npm install # Mention pre-run steps here
13
postRun:
0 commit comments