Skip to content

Commit 1a5100b

Browse files
committed
test: remove e2e test for dart sass
It doesn't add much value and interferes webpack 4 tests
1 parent e8e4bd7 commit 1a5100b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/@vue/cli-service/__tests__/serve.spec.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,6 @@ test('serve with no public dir', async () => {
168168
)
169169
})
170170

171-
test('dart sass', async () => {
172-
const project = await create('test-dart-sass', exports.defaultPreset = {
173-
useConfigFiles: false,
174-
cssPreprocessor: 'dart-sass',
175-
plugins: {}
176-
})
177-
178-
// should build successfully
179-
await project.run('vue-cli-service build')
180-
})
181-
182171
test('use a single websocket connection for HMR', async () => {
183172
const project = await create('e2e-serve-hmr', defaultPreset)
184173

0 commit comments

Comments
 (0)