Skip to content

Commit

Permalink
move test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent b62d4c8 commit 6a85f44
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
/coverage
/dist
/test/fixtures
/__tests__/fixtures
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
/coverage
/dist
/test/fixtures
/__tests__/fixtures
2 changes: 1 addition & 1 deletion test/.eslintrc.json → __tests__/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"project": "test/tsconfig.json"
"project": "__tests__/tsconfig.json"
},
"env": {
"jest": true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fix": "run-s fix:*",
"fix:prettier": "prettier --write \"**/*.ts\"",
"fix:eslint": "eslint --fix \"**/*.ts\"",
"test": "tsx --test \"test/**/*.test.ts\""
"test": "tsx --test"
},
"prettier": "@gamesdonequick/prettier-config",
"dependencies": {
Expand Down

0 comments on commit 6a85f44

Please sign in to comment.