@interface-technologies/jest-config 4.3.7 → 4.3.9

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- @@@ = breaking change
2
-
3
- ## 4.0.1
4
-
5
- - @@@ Set transform to swc
1
+ @@@ = breaking change
2
+
3
+ ## 4.0.1
4
+
5
+ - @@@ Set transform to swc
package/README.md CHANGED
@@ -1 +1 @@
1
- See https://srmagura.github.io/iti-react/.
1
+ See https://srmagura.github.io/iti-react/.
package/index.cjs CHANGED
@@ -1,13 +1,13 @@
1
- module.exports = {
2
- testEnvironment: 'jsdom',
3
- testTimeout: 30000,
4
-
5
- timers: 'fake',
6
- resetMocks: true,
7
-
8
- testMatch: ['**/*.test.ts?(x)'],
9
-
10
- transform: {
11
- '^.+\\.(t|j)sx?$': ['@swc/jest'],
12
- },
13
- }
1
+ module.exports = {
2
+ testEnvironment: 'jsdom',
3
+ testTimeout: 30000,
4
+
5
+ timers: 'fake',
6
+ resetMocks: true,
7
+
8
+ testMatch: ['**/*.test.ts?(x)'],
9
+
10
+ transform: {
11
+ '^.+\\.(t|j)sx?$': ['@swc/jest'],
12
+ },
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interface-technologies/jest-config",
3
- "version": "4.3.7",
3
+ "version": "4.3.9",
4
4
  "description": "jest-config",
5
5
  "author": {
6
6
  "name": "Interface Technologies, Inc."