Skip to content

Commit

Permalink
test: remove e2e test for dart sass
Browse files Browse the repository at this point in the history
It doesn't add much value and interferes webpack 4 tests
  • Loading branch information
haoqunjiang committed Feb 22, 2021
1 parent e8e4bd7 commit 1a5100b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/@vue/cli-service/__tests__/serve.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,6 @@ test('serve with no public dir', async () => {
)
})

test('dart sass', async () => {
const project = await create('test-dart-sass', exports.defaultPreset = {
useConfigFiles: false,
cssPreprocessor: 'dart-sass',
plugins: {}
})

// should build successfully
await project.run('vue-cli-service build')
})

test('use a single websocket connection for HMR', async () => {
const project = await create('e2e-serve-hmr', defaultPreset)

Expand Down

0 comments on commit 1a5100b

Please sign in to comment.