Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef63251

Browse files
authored
Update .tas.yml
1 parent 80fd71b commit ef63251

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.tas.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ preRun:
66
- npm run eslint
77
preMerge:
88
pattern:
9-
- "./tests/unit/*.js"
10-
- "./tests/unit/**/*.js"
9+
- "./tests/unit/utils.js"
1110
postMerge:
1211
pattern:
13-
- "./tests/unit/*.js"
14-
- "./tests/unit/**/*.js"
12+
- "./tests/unit/utils.js"
1513
postRun:
1614
command:
1715
- node --version
1816
configFile: mocharc.yml
19-
version: 1.0
17+
version: 1.0

0 commit comments

Comments
 (0)