Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ addTest
Method
addTest
compatibility/pg/node/pg_test.js:71–73 ·
view source on GitHub ↗
(query, expectedResults)
Source
from the content-addressed store, hash-verified
69
}
70
71
addTest(query, expectedResults) {
72
this.tests.push(
new
Test(query, expectedResults));
73
}
74
75
async
runTests() {
76
for
(
const
test of this.tests) {
Callers
1
readTestsFromFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected