Skip to content

Commit

Permalink
jestやめる
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 15, 2023
1 parent 27fa621 commit 98a1cad
Showing 12 changed files with 491 additions and 1,753 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -10,8 +10,7 @@
],
"root": true,
"env": {
"node": true,
"jest": true
"node": true
},
"ignorePatterns": [
".eslintrc.js"
@@ -87,4 +86,4 @@
],
"object-shorthand": "error"
}
}
}
32 changes: 0 additions & 32 deletions jest.config.js

This file was deleted.

13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -12,31 +12,28 @@
"lint:fix": "yarn lint --fix",
"fmt": "prettier --config ./.prettierrc --list-different \"src/**/*.{js,json,ts,tsx,css,md}\"",
"fmt:fix": "yarn fmt --write",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage --silent",
"test:watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch"
"test": "vitest src/",
"test:coverage": "vitest src/ --coverage"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@tsconfig/strictest": "^2.0.2",
"@types/jest": "^29.5.8",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"tsx": "^4.1.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
Loading

0 comments on commit 98a1cad

Please sign in to comment.