Skip to content

Commit

Permalink
chore: minor typographical fix (#5215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Feb 25, 2020
1 parent efbc20c commit 480ac7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli/__tests__/Creator.spec.js
Expand Up @@ -5,7 +5,7 @@ const { defaults } = require('../lib/options')
const assertPromptModule = require('@vue/cli-test-utils/assertPromptModule')

test('default', async () => {
const epxectedPrompts = [
const expectedPrompts = [
{
message: 'pick a preset',
choices: [
Expand All @@ -20,7 +20,7 @@ test('default', async () => {
choose: 0
}
]
await assertPromptModule([], epxectedPrompts, defaults.presets.default)
await assertPromptModule([], expectedPrompts, defaults.presets.default)
})

test('manual + PromptModuleAPI', async () => {
Expand Down

0 comments on commit 480ac7f

Please sign in to comment.