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 803ab8e commit 212d721Copy full SHA for 212d721
packages/@vue/cli-service/__tests__/generator.spec.js
@@ -11,7 +11,7 @@ function generateWithOptions (options) {
11
}
12
13
test('sass (default)', async () => {
14
- const { pkg, files } = await await generateWithOptions({
+ const { pkg, files } = await generateWithOptions({
15
cssPreprocessor: 'sass'
16
})
17
0 commit comments