mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-14 01:54:40 -04:00
Fix
This commit is contained in:
@@ -263,7 +263,7 @@ describe('functionUnderTest', () => {
|
||||
|
||||
When mocking modules it's important to verify what was returned if applicable, the amount of times said module was called and what it was called with.
|
||||
|
||||
```text
|
||||
```tsx
|
||||
//functionFile.ts
|
||||
import { module as mockedDep } from "path/to/module"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user