mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
test: fix some typos
This commit is contained in:
parent
6c48ad2038
commit
0a4560e5e2
@ -59,7 +59,7 @@ async function buildFixture(name) {
|
|||||||
async function run() {
|
async function run() {
|
||||||
const concurrency = Math.min(4, cpus().length)
|
const concurrency = Math.min(4, cpus().length)
|
||||||
|
|
||||||
spinner.info('Builing with concurrency of ' + concurrency)
|
spinner.info('Building with concurrency of ' + concurrency)
|
||||||
const limit = pLimit(concurrency)
|
const limit = pLimit(concurrency)
|
||||||
|
|
||||||
await Promise.all(fixtures.map(fixture =>
|
await Promise.all(fixtures.map(fixture =>
|
||||||
|
@ -6,7 +6,7 @@ let port
|
|||||||
let nuxt = null
|
let nuxt = null
|
||||||
// let buildSpies = null
|
// let buildSpies = null
|
||||||
|
|
||||||
describe('depricate', () => {
|
describe('deprecate', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
const config = loadFixture('deprecate')
|
const config = loadFixture('deprecate')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user