Skip to content

Commit 91b6cb2

Browse files
GeoffreyBoothdygabo
authored andcommitted
typo
1 parent f510de1 commit 91b6cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/es-module/test-esm-loader-hooks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ describe('Loader hooks', { concurrency: !process.env.TEST_PARALLEL }, () => {
781781
}
782782
});
783783

784-
describe('should use hooks ', async () => {
784+
describe('should use hooks', async () => {
785785
for (const { testConfigName, additionalOptions } of [
786786
{ testConfigName: 'without --experimental-detect-module', additionalOptions: [] },
787787
{ testConfigName: 'with --experimental-detect-module', additionalOptions: ['--experimental-detect-module'] },

0 commit comments

Comments
 (0)