Skip to content

Commit

Permalink
test: remove unused index.test-d.ts file (#343)
Browse files Browse the repository at this point in the history
* test: remove unused index.test-d.ts file

* build: remove prettier pattern with no matches
  • Loading branch information
dsanders11 authored Nov 21, 2024
1 parent 4df48cd commit 044fb5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mocha": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec",
"test": "yarn lint && yarn mocha",
"lint": "yarn prettier:check",
"prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" \"test/**/*.js\"",
"prettier": "prettier \"src/**/*.ts\" \"test/**/*.js\"",
"prettier:check": "yarn prettier --check",
"prettier:write": "yarn prettier --write",
"prepare": "tsc"
Expand Down
42 changes: 0 additions & 42 deletions test/index.test-d.ts

This file was deleted.

0 comments on commit 044fb5f

Please sign in to comment.