Skip to content

Commit

Permalink
test(refactor): renamed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sculpt0r committed Jun 16, 2023
1 parent 0b4317b commit 29e401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config-require/fixtures/with-arguments/test.js
Expand Up @@ -8,7 +8,7 @@ test('receives arguments from config', t => {
t.deepEqual(cjs.receivedArgs, ['goodbye']);
});

test('ok to load for side-effects', async t => {
test('side-effects are execute when tests loaded, before test code', async t => {
const now = Date.now();
const sideEffect = await import('./side-effect.js');
t.true(sideEffect.default < now);
Expand Down

0 comments on commit 29e401b

Please sign in to comment.