mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 10:27:15 +00:00
test: update test name
(seems was wrongly copy-pasted)
This commit is contained in:
parent
201ae447ac
commit
fec6e7a607
@ -5,7 +5,7 @@ const url = route => 'http://localhost:' + port + route
|
|||||||
|
|
||||||
let nuxt = null
|
let nuxt = null
|
||||||
|
|
||||||
describe('with-config', () => {
|
describe('plugins', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
const config = await loadFixture('basic')
|
const config = await loadFixture('basic')
|
||||||
nuxt = new Nuxt(config)
|
nuxt = new Nuxt(config)
|
||||||
|
Loading…
Reference in New Issue
Block a user