Skip to content

Commit

Permalink
replace yarn to npm, enzyme to testing library
Browse files Browse the repository at this point in the history
  • Loading branch information
xnimorz committed Nov 4, 2023
1 parent 667618b commit ac70c67
Show file tree
Hide file tree
Showing 12 changed files with 13,306 additions and 10,843 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 120,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
Expand Down
9 changes: 0 additions & 9 deletions jest.config.cjs

This file was deleted.

7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
roots: ['<rootDir>/test'],
setupFilesAfterEnv: ["<rootDir>/setupTests.ts"],
};
Loading

0 comments on commit ac70c67

Please sign in to comment.