Skip to content

Commit

Permalink
👌 attend to PR commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Mar 13, 2024
1 parent b33ccc6 commit 3936454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint:typings": "npx prettier --check ./typings",
"lint:tests": "npx prettier --check ./test",
"test": "poku --debug --include=\"test/esm,test/unit,test/integration\"",
"test-me": "poku --debug --include=test/integration/test-multi-result-streaming.cjs",
"test:bun": "poku --debug --platform=\"bun\" --include=\"test/esm,test/unit,test/integration\"",
"test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"",
"coverage-test": "c8 -r cobertura -r lcov -r text npm run test",
Expand Down
6 changes: 3 additions & 3 deletions test/integration/test-multi-result-streaming.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { assert } = require('poku');
const { createConnection } = require('../common.test.cjs');
(async function() {
'use strict';

const { assert } = require('poku');
(async () => {
'use strict';

const
conn = createConnection({ multipleStatements: true }),
Expand Down

0 comments on commit 3936454

Please sign in to comment.