about jest @ Wed, Mar 8, 2023 10:06 AM
Guide to jest and @swc/jest @ Wed, Mar 15, 2023 10:07 AM
1
---
1
---
2
-
title: about jest
2
+
title: Guide to jest and @swc/jest
3
author: powerfulyang
3
author: powerfulyang
4
date: 2023-03-08
4
date: 2023-03-08
5
public: true
5
public: true
6
+
summary: 使用正确的姿势使用 jest 或 @swc/jest
6
tags: 
7
tags: 
7
    - jest
8
    - jest
8
    - jsdom
9
    - jsdom
9
    - Loading subresources
10
    - Loading subresources
11
+
    - @swc/jest
10
---
12
---
11
13
12
## testEnvironmentOptions
14
## testEnvironmentOptions
13
15
Expand 10 lines ...