Skip to content

Commit 2bcd18e

Browse files
committed
Move test files around to not conflict with default test patterns in the program
1 parent fa35c5a commit 2bcd18e

445 files changed

Lines changed: 223 additions & 223 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/dist
22
/node_modules
3-
!/test/**/node_modules
4-
!/test/**/node_modules/**/dist
3+
!/tests/**/node_modules
4+
!/tests/**/node_modules/**/dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint src",
2323
"lint:fix": "eslint src --fix",
2424
"format": "prettier scripts src test --with-node-modules --write --config .prettierrc",
25-
"test": "globstar -- node --loader tsx --test \"test/**/*.test.ts\"",
25+
"test": "globstar -- node --loader tsx --test \"tests/**/*.test.ts\"",
2626
"watch": "tsc --watch",
2727
"prebuild": "rm -rf dist",
2828
"build": "tsc",

0 commit comments

Comments
 (0)