Skip to content

Commit

Permalink
chore: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Nov 4, 2022
1 parent b4eee52 commit c3050d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c3050d0

Please sign in to comment.