Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ccd9f56

Browse files
chore: removed comment for test
1 parent a3a4123 commit ccd9f56

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

packages/nuxt-chakra/test/module.spec.js

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
const { setup, loadConfig, get } = require('@nuxtjs/module-test-utils')
22
const customTheme = require('../example/utils/theme')
3-
/**
4-
* nuxtjs/module-test-utils is unable
5-
* to fully support some of the recent nuxtjs
6-
* features like module resolving inside the
7-
* nuxt module.
8-
*
9-
* Without this working properly
10-
* it makes developing on top of the tests
11-
* unreliable.
12-
*
13-
* I've spoken to the Nuxt team about this
14-
* and I they're making some improvemtns
15-
* to the @nuxtjs/module-test-utils
16-
* package.
17-
*
18-
* Since this is still something to be
19-
* improved, I hope to run these tests again.re
20-
*
21-
* Contributions are welcome!
22-
*/
3+
234
describe('module', () => {
245
let nuxt
256

0 commit comments

Comments
 (0)