Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Mar 12, 2019
1 parent f138696 commit dd18cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/__tests__/Service.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ test('api: configureWebpack preserve ruleNames', () => {
expect(config.module.rules[0].__ruleNames).toEqual(['js'])
})

test.only('internal: should correctly set VUE_CLI_ENTRY_FILES', () => {
test('internal: should correctly set VUE_CLI_ENTRY_FILES', () => {
const service = createMockService([{
id: 'test',
apply: api => {
Expand Down

0 comments on commit dd18cd8

Please sign in to comment.