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 d0bc1e8 commit bb073caCopy full SHA for bb073ca
index.js
@@ -1,3 +1,3 @@
1
// this is the primary entry-point, in ESM module
2
3
-export default function sqldef(options) {}
+export default async function sqldef(options) {}
sqldef.test.js
@@ -1,4 +1,5 @@
import { test } from 'node:test'
+import sqldef from './index.js'
4
test('should have unit-tests', async ({ assert }) => {
5
assert.ok(1 + 1 === 2)
0 commit comments