From ac1feb5f2431c6e7ea0ed4cfc1882ab5941a9a30 Mon Sep 17 00:00:00 2001 From: mattcompiles Date: Tue, 25 Jul 2023 09:23:34 +1000 Subject: [PATCH] Remove typo --- packages/core/integration-tests/test/output-formats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/integration-tests/test/output-formats.js b/packages/core/integration-tests/test/output-formats.js index e7750dca264..1268b30aacf 100644 --- a/packages/core/integration-tests/test/output-formats.js +++ b/packages/core/integration-tests/test/output-formats.js @@ -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,