Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ELEF-TQ committed Dec 13, 2024
1 parent efd601a commit c285d80
Show file tree
Hide file tree
Showing 26 changed files with 13,334 additions and 368 deletions.
10 changes: 10 additions & 0 deletions server/jest-e2e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "./test/e2e",
"testRegex": ".*\\.e2e-spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"testEnvironment": "node"
}

Loading

0 comments on commit c285d80

Please sign in to comment.