chore: fix docs lint issue

This commit is contained in:
Pooya Parsa 2022-09-05 10:51:40 +02:00
parent b31405f6fd
commit 94a992ec94

View File

@ -186,8 +186,8 @@ For more usage, please refer to our [tests for Nuxt 3 framework](https://github.
## Mock utils
- `mockFn()`: Returns a mocked function based on test runner.
- `mockLogger()`: Mocks logger using [`consola.mockTypes`](https://github.com/unjs/consola#mocktypes) and `mockFn()`. Returns an object of mocked logger types.
* `mockFn()`: Returns a mocked function based on test runner.
* `mockLogger()`: Mocks logger using [`consola.mockTypes`](https://github.com/unjs/consola#mocktypes) and `mockFn()`. Returns an object of mocked logger types.
## Testing in a Browser