Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 18, 2023
1 parent 876d3a9 commit f7f2338
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 @@ -10,7 +10,7 @@ import {
run,
} from '@parcel/test-utils';

describe.only('bundler', function () {
describe('bundler', function () {
it('should not create shared bundles when a bundle is being reused and disableSharedBundles is enabled', async function () {
await fsFixture(overlayFS, __dirname)`
disable-shared-bundle-single-source
Expand Down

0 comments on commit f7f2338

Please sign in to comment.