Skip to content

Commit d5f37ca

Browse files
committed
chore: lint
1 parent 06fa924 commit d5f37ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/madrun.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
const {test, stub} = require('supertape');
44
const tryToCatch = require('try-to-catch');
55

6+
const {reRequire} = require('mock-require');
7+
68
const {
79
run,
810
series,
911
parallel,
1012
cutEnv,
1113
} = require('..');
1214

13-
const {reRequire} = require('mock-require');
14-
1515
test('madrun: run', async (t) => {
1616
const lint = 'eslint lib';
1717
const env = {};

0 commit comments

Comments
 (0)