test: fix some typos

This commit is contained in:
Clark Du 2018-03-19 10:19:19 +08:00
parent 6c48ad2038
commit 0a4560e5e2
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
2 changed files with 2 additions and 2 deletions

View File

@ -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 =>

View File

@ -6,7 +6,7 @@ let port
let nuxt = null
// let buildSpies = null
describe('depricate', () => {
describe('deprecate', () => {
beforeAll(async () => {
const config = loadFixture('deprecate')