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 af04f62 commit 9c476fcCopy full SHA for 9c476fc
sqldef.test.js renamed to test/sqldef.test.js
@@ -1,5 +1,5 @@
1
import { test } from 'node:test'
2
-import sqldef from './index.js'
+import sqldef from '../index.js'
3
4
test('should be able to diff some mysql', async ({ assert }) => {
5
const sql1 = `
sqldef.test.js.snapshot renamed to test/sqldef.test.js.snapshot
0 commit comments