Skip to content

Commit 29e401b

Browse files
committed
test(refactor): renamed test case
1 parent 0b4317b commit 29e401b

File tree

1 file changed

+1
-1
lines changed
  • test/config-require/fixtures/with-arguments

1 file changed

+1
-1
lines changed

test/config-require/fixtures/with-arguments/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test('receives arguments from config', t => {
88
t.deepEqual(cjs.receivedArgs, ['goodbye']);
99
});
1010

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

0 commit comments

Comments
 (0)