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 52d79e3 commit bb8982bCopy full SHA for bb8982b
test/benchmark/test-benchmark-sqlite.js
@@ -1,6 +1,8 @@
1
'use strict';
2
3
-require('../common');
+const common = require('../common');
4
+if (!common.hasSQLite)
5
+ common.skip('missing SQLite');
6
7
const runBenchmark = require('../common/benchmark');
8
0 commit comments