Skip to content

Commit 079656f

Browse files
committed
Format
1 parent dabf153 commit 079656f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/cli/node-flags.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
*/
88

99
const nodeFlags = process.allowedNodeEnvironmentFlags;
10-
const { isMochaFlag, stripLeadingDashes } = require("./run-option-metadata.cjs");
10+
const {
11+
isMochaFlag,
12+
stripLeadingDashes,
13+
} = require("./run-option-metadata.cjs");
1114
const { unparseNodeFlags } = require("./unparse-args.js");
1215

1316
/**

0 commit comments

Comments
 (0)