Skip to content

Commit

Permalink
fix(deps): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Laffont committed Apr 7, 2023
1 parent e0c9afe commit e6782e6
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 44 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test": "jest",
"lint": "eslint src test --fix",
"prepare": "tsdx build",
"size": "size-limit",
Expand Down Expand Up @@ -54,11 +54,13 @@
"coverageReporters": [
"lcov"
],
"preset": "ts-jest"
"preset": "ts-jest",
"testEnvironment": "jsdom"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@size-limit/preset-small-lib": "8.2.4",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"eslint": "8.37.0",
Expand All @@ -67,9 +69,12 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"husky": "8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"np": "7.7.0",
"prettier": "2.8.7",
"size-limit": "8.2.4",
"ts-jest": "^29.1.0",
"tsdx": "0.14.1",
"tslib": "2.5.0",
"typescript": "5.0.3"
Expand Down
Loading

0 comments on commit e6782e6

Please sign in to comment.