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 96a9d5e commit 6cf1775Copy full SHA for 6cf1775
dbquery/pings/postgresql/tests/Test.js
@@ -7,7 +7,6 @@ const {
7
testDescription = getTestDescription("snippets", __dirname);
8
9
describe(testDescription, function () {
10
- const tests = [
11
- ]
+ const tests = [];
12
return deployAndRun(__dirname, tests);
13
-});
+});
0 commit comments