mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-20 14:07:32 +08:00
feat: add git
cheatsheet.
This commit is contained in:
@ -678,4 +678,10 @@ test('第二个文本', () => {
|
||||
})
|
||||
```
|
||||
|
||||
Node.js 和 Jest 会缓存你需要的模块。 要测试具有副作用的模块,您需要在测试之间重置模块注册表
|
||||
Node.js 和 Jest 会缓存你需要的模块。 要测试具有副作用的模块,您需要在测试之间重置模块注册表
|
||||
|
||||
|
||||
另见
|
||||
----
|
||||
|
||||
- [Jest cheat sheet](https://github.com/sapegin/jest-cheat-sheet) _(github.com)_
|
||||
|
Reference in New Issue
Block a user