Skip to content

Commit 569f7d6

Browse files
committed
autoformat also *.test.ts files
1 parent c0d78b8 commit 569f7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "nyc mocha",
99
"karma": "karma start --single-run",
10-
"autoformat": "prettier --config .prettierrc --write {src,test}/**/*.ts",
10+
"autoformat": "prettier --config .prettierrc --write {src,test}/**/{*,*.test}.ts",
1111
"tslint-check": "tslint-config-prettier-check ./tslint.json",
1212
"prepublish": "tsc -d && publish-please guard",
1313
"clean-up": "rm -rf coverage && rm -rf lib",

0 commit comments

Comments
 (0)