We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbc20c commit 480ac7fCopy full SHA for 480ac7f
packages/@vue/cli/__tests__/Creator.spec.js
@@ -5,7 +5,7 @@ const { defaults } = require('../lib/options')
5
const assertPromptModule = require('@vue/cli-test-utils/assertPromptModule')
6
7
test('default', async () => {
8
- const epxectedPrompts = [
+ const expectedPrompts = [
9
{
10
message: 'pick a preset',
11
choices: [
@@ -20,7 +20,7 @@ test('default', async () => {
20
choose: 0
21
}
22
]
23
- await assertPromptModule([], epxectedPrompts, defaults.presets.default)
+ await assertPromptModule([], expectedPrompts, defaults.presets.default)
24
})
25
26
test('manual + PromptModuleAPI', async () => {
0 commit comments