Skip to content

Commit 9c476fc

Browse files
committed
tests in subdir
1 parent af04f62 commit 9c476fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sqldef.test.js renamed to test/sqldef.test.js

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

44
test('should be able to diff some mysql', async ({ assert }) => {
55
const sql1 = `
File renamed without changes.

0 commit comments

Comments
 (0)