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 883023a commit fd4d4b9Copy full SHA for fd4d4b9
packages/pg/test/integration/gh-issues/2560-tests.js
@@ -2,7 +2,7 @@
2
3
const pg = require('../../../lib')
4
const helper = require('../test-helper')
5
-if (helper.args.native) return // disable to native
+if (helper.args.native) return // don't run in native
6
7
var Query = helper.pg.Query
8
0 commit comments