Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Jul 24, 2023
1 parent 1ef3166 commit ac1feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/output-formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ describe('output formats', function () {
assert(!async.includes('.css"'));
});

it.only('should support building esmodules with split bundles', async function () {
it('should support building esmodules with split bundles', async function () {
let b = await bundle(
path.join(
__dirname,
Expand Down

0 comments on commit ac1feb5

Please sign in to comment.