Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-sqlite-config.js
File
test-sqlite-config.js
test/parallel/test-sqlite-config.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ skipIfSQLiteMissing } = require(
'../common/index.mjs'
);
3
const
{ test } = require(
'node:test'
);
4
const
assert = require(
'node:assert'
);
Callers
nothing calls this directly
Calls
4
skipIfSQLiteMissing
Function · 0.85
checkDefensiveMode
Function · 0.85
test
Function · 0.70
require
Function · 0.50
Tested by
no test coverage detected