From 1deeaa79fca7df2e0e9d3eb45c34d7167d673f88 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 20 Sep 2022 11:10:42 +0200 Subject: [PATCH] lint --- docs/content/2.guide/4.going-further/3.modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/2.guide/4.going-further/3.modules.md b/docs/content/2.guide/4.going-further/3.modules.md index 9fc80433f7d..cbe8daf106b 100644 --- a/docs/content/2.guide/4.going-further/3.modules.md +++ b/docs/content/2.guide/4.going-further/3.modules.md @@ -221,8 +221,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 Externally