From c3050d0a2687341d1501a1fa0b8db4c7494e7e53 Mon Sep 17 00:00:00 2001 From: Snorre Eskeland Brekke Date: Fri, 4 Nov 2022 12:28:34 +0100 Subject: [PATCH] chore: remove only --- test/cli.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli.test.ts b/test/cli.test.ts index 893d7d9b..2f055070 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -95,7 +95,7 @@ test('should build `multi-export` package', async () => { await project.remove() }) -test.only('should build ts package', async () => { +test('should build ts package', async () => { const project = await _spawnProject('ts') await project.install()