Skip to content

Commit 212d721

Browse files
authored
test: remove redundant await (#6362)
1 parent 803ab8e commit 212d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/@vue/cli-service/__tests__/generator.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function generateWithOptions (options) {
1111
}
1212

1313
test('sass (default)', async () => {
14-
const { pkg, files } = await await generateWithOptions({
14+
const { pkg, files } = await generateWithOptions({
1515
cssPreprocessor: 'sass'
1616
})
1717

0 commit comments

Comments
 (0)