We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4317b commit 29e401bCopy full SHA for 29e401b
test/config-require/fixtures/with-arguments/test.js
@@ -8,7 +8,7 @@ test('receives arguments from config', t => {
8
t.deepEqual(cjs.receivedArgs, ['goodbye']);
9
});
10
11
-test('ok to load for side-effects', async t => {
+test('side-effects are execute when tests loaded, before test code', async t => {
12
const now = Date.now();
13
const sideEffect = await import('./side-effect.js');
14
t.true(sideEffect.default < now);
0 commit comments