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 May 31, 2023
1 parent cc4cc89 commit 648758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config-require/fixtures/with-arguments/test.js
Original file line number Diff line number Diff line change
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 648758a

Please sign in to comment.