Skip to content

Commit

Permalink
chore: remove tsdx from sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
icazevedo committed Dec 6, 2023
1 parent 46aa532 commit 2a604d8
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 3,076 deletions.
6 changes: 6 additions & 0 deletions packages/sdk/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
module.exports = {
preset: 'ts-jest',
modulePathIgnorePatterns: ['<rootDir>/dist'],
collectCoverageFrom: [
'src/**/*.{ts,tsx,js,jsx}',
],
setupFiles: ['./test/setup.ts'],
testEnvironment: 'jsdom',
}
8 changes: 5 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "tsc --watch",
"build": "tsc",
"lint": "eslint src/**/*.{ts,tsx}",
"test": "tsdx test",
"test": "jest",
"size": "size-limit",
"analyze": "size-limit --why"
},
Expand All @@ -39,11 +39,13 @@
"devDependencies": {
"@faststore/shared": "^2.2.38",
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-hooks": "^8.0.1",
"fake-indexeddb": "^3.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"ts-jest": "29.1.1",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
},
Expand Down
Loading

0 comments on commit 2a604d8

Please sign in to comment.