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 e8e4bd7 commit 1a5100bCopy full SHA for 1a5100b
packages/@vue/cli-service/__tests__/serve.spec.js
@@ -168,17 +168,6 @@ test('serve with no public dir', async () => {
168
)
169
})
170
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
182
test('use a single websocket connection for HMR', async () => {
183
const project = await create('e2e-serve-hmr', defaultPreset)
184
0 commit comments