-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
3,101 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import type { Config } from 'jest'; | ||
|
||
const config: Config = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
testMatch: ['**/*.test.ts'], | ||
verbose: true, | ||
forceExit: true, | ||
clearMocks: true, | ||
resetMocks: true, | ||
restoreMocks: true, | ||
detectOpenHandles: true, | ||
}; | ||
|
||
export default config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,10 @@ | |
"dev": "nodemon src/index.ts", | ||
"start": "nodemon src/index.ts", | ||
"build": "rimraf dist && tsc", | ||
"format:check": "prettier --check .", | ||
"format:fix": "prettier --write ." | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"format:check": "prettier . --c", | ||
"format:fix": "prettier . --w" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
|
@@ -16,10 +18,14 @@ | |
}, | ||
"devDependencies": { | ||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/simple-peer": "^9.11.8", | ||
"jest": "^29.7.0", | ||
"nodemon": "^3.1.9", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"socket.io-client": "^4.8.1", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.2" | ||
}, | ||
|
Oops, something went wrong.
c8b52f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kasca-client – ./
kasca.dulapahv.dev
kasca.vercel.app
kasca-client-git-main-dulapah-vibulsantis-projects.vercel.app
kasca-client-dulapah-vibulsantis-projects.vercel.app