• This project
    • Loading...
  • Sign in

엄성진 / learn-in-web-backend

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • learn-in-web-backend
  • test
  • jest-e2e.json
  • sungjin's avatar
    Add Nestjs Backend Server with Prisma setup, User Authentication · 7ba5c6ab
    7ba5c6ab
    sungjin authored 2021-11-11 18:57:32 +0900
jest-e2e.json 183 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
  "moduleFileExtensions": ["js", "json", "ts"],
  "rootDir": ".",
  "testEnvironment": "node",
  "testRegex": ".e2e-spec.ts$",
  "transform": {
    "^.+\\.(t|j)s$": "ts-jest"
  }
}