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 987dc25 commit 96a9d5eCopy full SHA for 96a9d5e
dbquery/pings/postgresql/tests/Test.js
@@ -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