Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 23, 2023
1 parent dec822a commit c9906ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/bundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ describe('bundler', function () {
]);
});

it.only('should support manual shared bundles with internalized assets', async function () {
it('should support manual shared bundles with internalized assets', async function () {
await fsFixture(overlayFS, dir)`
yarn.lock:
// Required for config loading
Expand Down

0 comments on commit c9906ef

Please sign in to comment.