Fix references from moving all those files

This commit is contained in:
Cadence Ember 2024-09-12 17:11:35 +12:00
commit 915c34646a
22 changed files with 67 additions and 59 deletions

View file

@ -1,7 +1,7 @@
// @ts-check
const {test} = require("supertape")
const data = require("../test/data")
const data = require("../../test/data")
const {db, select, from} = require("../passthrough")