From 54c127237c59492d04ebdcd4df381734472909c7 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 29 Apr 2024 21:50:08 +0200 Subject: [PATCH] Remove debug code --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.js b/test/index.test.js index 0a1e24b..57dae65 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -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(),