test: update test name

(seems was wrongly copy-pasted)
This commit is contained in:
Pooya Parsa 2021-02-07 21:54:07 +01:00
parent 201ae447ac
commit fec6e7a607

View File

@ -5,7 +5,7 @@ const url = route => 'http://localhost:' + port + route
let nuxt = null
describe('with-config', () => {
describe('plugins', () => {
beforeAll(async () => {
const config = await loadFixture('basic')
nuxt = new Nuxt(config)