@interface-technologies/jest-config 4.0.0 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ @@@ = breaking change
2
+
3
+ ## 4.0.1
4
+
5
+ - @@@ Set transform to swc
package/index.cjs CHANGED
@@ -6,4 +6,8 @@ module.exports = {
6
6
  resetMocks: true,
7
7
 
8
8
  testMatch: ['**/*.test.ts?(x)'],
9
+
10
+ transform: {
11
+ '^.+\\.(t|j)sx?$': ['@swc/jest'],
12
+ },
9
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interface-technologies/jest-config",
3
- "version": "4.0.0",
3
+ "version": "4.0.4",
4
4
  "description": "jest-config",
5
5
  "author": {
6
6
  "name": "Interface Technologies, Inc."