Skip to content

Commit

Permalink
Remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jul 9, 2024
1 parent b60e1d0 commit b988273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('build with esm modules and core-js polyfill', async (t) => {
t.notThrows(() => eval(bundle)) // eslint-disable-line
})

test.only('build both modern and legacy bundles', async (t) => {
test('build both modern and legacy bundles', async (t) => {
const output = await build(t, 'pkg-with-legacy')

const bundle = output['/assets/bundle.js']
Expand Down

0 comments on commit b988273

Please sign in to comment.