Skip to content

Commit 2511151

Browse files
committed
Fix mocharc
1 parent 9ac6015 commit 2511151

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.mocharc.js

-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
11
process.env.npm_argv = JSON.stringify(process.argv.slice(0));
2-
3-
(async () => {
4-
5-
return;
6-
7-
const Instant = require('...')();
8-
await Instant.connect(cfg);
9-
await Instant.loadSchema(url);
10-
11-
await Instant.connect(db, schema);
12-
13-
})();

0 commit comments

Comments
 (0)