8000
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.
There was an error while loading. Please 8000 reload this page.
test-sqlite-extensions
1 parent 959f133 commit 079cee0Copy full SHA for 079cee0
test/sqlite/test-sqlite-extensions.mjs
@@ -7,6 +7,10 @@ import test from 'node:test';
7
import fs from 'node:fs';
8
import childProcess from 'child_process';
9
10
+if (process.config.variables.node_shared_sqlite) {
11
+ common.skip('Missing libsqlite_extension binary');
12
+}
13
+
14
// Lib extension binary is named differently on different platforms
15
function resolveBuiltBinary(binary) {
16
const targetFile = fs.readdirSync(path.dirname(process.execPath)).find((file) => file.startsWith(binary));
0 commit comments