Skip to content

Commit be06858

Browse files
committed
test: remove .only
1 parent a468abf commit be06858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-eslint/__tests__/eslintMigrator.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test('upgrade: should add eslint to devDependencies', async () => {
3333
expect(updatedPkg.devDependencies.eslint).toMatch('^4')
3434
})
3535

36-
test.only('upgrade: should upgrade eslint from v5 to v6', async () => {
36+
test('upgrade: should upgrade eslint from v5 to v6', async () => {
3737
const project = await create('plugin-eslint-with-eslint-5', {
3838
plugins: {
3939
'@vue/cli-plugin-eslint': {

0 commit comments

Comments
 (0)