@apitree.cz/vitest-config 0.2.0-next.8b91062 → 0.2.0-next.a671370
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,8 +34,8 @@ export { react as default } from '@apitree.cz/vitest-config';
|
|
|
34
34
|
|
|
35
35
|
### Nest.js
|
|
36
36
|
|
|
37
|
-
⚠️
|
|
38
|
-
ESM.
|
|
37
|
+
⚠️ _Nest.js projects are CJS by default. This configuration needs to be placed in `vitest.config.mjs` to interpret it as
|
|
38
|
+
ESM._
|
|
39
39
|
|
|
40
40
|
```typescript
|
|
41
41
|
export { nestjs as default } from '@apitree.cz/vitest-config';
|