Skip to content

Commit

Permalink
Merge pull request #106 from jihwooon/issue-70
Browse files Browse the repository at this point in the history
GitAction swc/jest Build 실패를 해결하라
  • Loading branch information
jihwooon authored Dec 18, 2023
2 parents 123c4f5 + 399d29c commit 69e5d9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,5 @@
"server",
"client"
],
"keywords": [],
"devDependencies": {
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.11",
"@types/jest-plugin-context": "^2.9.7",
"jest": "^29.7.0",
"jest-plugin-context": "^2.9.0",
"ts-jest": "^29.1.1"
}
"keywords": []
}
2 changes: 1 addition & 1 deletion server/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
"rootDir": ".",
"testRegex": ".*\\.(e2e-spec|test|spec)\\.ts$",
"transform": {
'^.+\\.(t|j)sx?$': [
'^.+\\.(t|j)s?$': [
'@swc/jest',
],
},
Expand Down
4 changes: 3 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "^5.1.3",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29"
}
}

0 comments on commit 69e5d9e

Please sign in to comment.