Skip to content

Commit 044fb5f

Browse files
authored
test: remove unused index.test-d.ts file (#343)
* test: remove unused index.test-d.ts file * build: remove prettier pattern with no matches
1 parent 4df48cd commit 044fb5f

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mocha": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec",
2929
"test": "yarn lint && yarn mocha",
3030
"lint": "yarn prettier:check",
31-
"prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" \"test/**/*.js\"",
31+
"prettier": "prettier \"src/**/*.ts\" \"test/**/*.js\"",
3232
"prettier:check": "yarn prettier --check",
3333
"prettier:write": "yarn prettier --write",
3434
"prepare": "tsc"

test/index.test-d.ts

-42
This file was deleted.

0 commit comments

Comments
 (0)