docs(testing): fix dynmamic typo. closes 17044 (#17045)
This commit is contained in:
parent
79fa3fb0ea
commit
1e4f4952f6
@ -148,7 +148,7 @@ cleanupRegisteredPaths();
|
||||
|
||||
{% callout type="note" title="@swc/jest & global scripts" %}
|
||||
When using @swc/jest and a global setup/teardown file,
|
||||
You have to set the `noInterop: false` and use dynmamic imports within the setup function
|
||||
You have to set the `noInterop: false` and use dynamic imports within the setup function
|
||||
|
||||
```typescript {% fileName="apps/<your-project>/jest.config.ts" %}
|
||||
/* eslint-disable */
|
||||
|
||||
@ -148,7 +148,7 @@ cleanupRegisteredPaths();
|
||||
|
||||
{% callout type="note" title="@swc/jest & global scripts" %}
|
||||
When using @swc/jest and a global setup/teardown file,
|
||||
You have to set the `noInterop: false` and use dynmamic imports within the setup function
|
||||
You have to set the `noInterop: false` and use dynamic imports within the setup function
|
||||
|
||||
```typescript {% fileName="apps/<your-project>/jest.config.ts" %}
|
||||
/* eslint-disable */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user