Skip to content

Commit 96a9d5e

Browse files
committed
chore: fix path
1 parent 987dc25 commit 96a9d5e

File tree

1 file changed

+13
-0
lines changed
  • dbquery/pings/postgresql/tests

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const {
2+
deployAndRun,
3+
authTypes,
4+
getTestDescription,
5+
} = require("../../../../tests/gqltest.js");
6+
7+
testDescription = getTestDescription("snippets", __dirname);
8+
9+
describe(testDescription, function () {
10+
const tests = [
11+
]
12+
return deployAndRun(__dirname, tests);
13+
});

0 commit comments

Comments
 (0)