docs(testing): fix dynmamic typo. closes 17044 (#17045)

This commit is contained in:
Paul Coroneos 2023-05-16 07:52:12 -05:00 committed by GitHub
parent 79fa3fb0ea
commit 1e4f4952f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */