Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 29, 2024
1 parent a57eaad commit 54c1272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ test('updates caniuse-lite for yarn v2', async () => {
execSync('yarn set version classic')
})

test.only('updates caniuse-lite for pnpm', async () => {
test('updates caniuse-lite for pnpm', async () => {
let dir = await chdir('update-pnpm', 'package.json', 'pnpm-lock.yaml')
match(
runUpdate(),
Expand Down

0 comments on commit 54c1272

Please sign in to comment.