Skip to content

Commit bb073ca

Browse files
committed
tweaking js interface
1 parent d0bc1e8 commit bb073ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// this is the primary entry-point, in ESM module
22

3-
export default function sqldef(options) {}
3+
export default async function sqldef(options) {}

sqldef.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { test } from 'node:test'
2+
import sqldef from './index.js'
23

34
test('should have unit-tests', async ({ assert }) => {
45
assert.ok(1 + 1 === 2)

0 commit comments

Comments
 (0)