mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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() {
|
||||
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)
|
||||
|
||||
await Promise.all(fixtures.map(fixture =>
|
||||
|
@ -6,7 +6,7 @@ let port
|
||||
let nuxt = null
|
||||
// let buildSpies = null
|
||||
|
||||
describe('depricate', () => {
|
||||
describe('deprecate', () => {
|
||||
beforeAll(async () => {
|
||||
const config = loadFixture('deprecate')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user