Skip to content

Commit dd18cd8

Browse files
committed
test: remove .only
1 parent f138696 commit dd18cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ test('api: configureWebpack preserve ruleNames', () => {
297297
expect(config.module.rules[0].__ruleNames).toEqual(['js'])
298298
})
299299

300-
test.only('internal: should correctly set VUE_CLI_ENTRY_FILES', () => {
300+
test('internal: should correctly set VUE_CLI_ENTRY_FILES', () => {
301301
const service = createMockService([{
302302
id: 'test',
303303
apply: api => {

0 commit comments

Comments
 (0)