@tramvai/test-unit-jest 1.49.0 → 1.50.2
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ This presets implements next settings:
|
|
|
24
24
|
|
|
25
25
|
- use jest-circus as testRunner
|
|
26
26
|
- default testEnvironment is `node`
|
|
27
|
-
- uses
|
|
27
|
+
- uses `@swc-node/jest` for transformation
|
|
28
28
|
- css files are mapped with [`identity-obj-proxy`](https://www.npmjs.com/package/identity-obj-proxy)
|
|
29
29
|
- image files are mapped to empty string
|
|
30
30
|
|