Skip to content

Commit

Permalink
chore: jest, supertest 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
ekek54 committed Dec 12, 2022
1 parent 3e38efb commit 1e26012
Show file tree
Hide file tree
Showing 3 changed files with 9,912 additions and 4,278 deletions.
6 changes: 6 additions & 0 deletions server/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
testRegex: ".test.ts$",
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit 1e26012

Please sign in to comment.