Skip to content

Commit

Permalink
Merge pull request #198 from eeston/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz authored May 10, 2024
2 parents 0562737 + 7f825a7 commit c79b53d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/docs/reference/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ In order to use the library mocks you need to either use `jest` or set `process.
"test": "NODE_ENV=test vitest"
},
```
Alternatively, you can import your Unistyles themes into `jest.setup.js`.
```js
// jest.setup.js
import '../unistyles';
```

### NativeEventEmitter

Expand Down

0 comments on commit c79b53d

Please sign in to comment.