1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
budibase/packages/server/tests/record.spec.js

8 lines
130 B
JavaScript
Raw Normal View History

2020-04-09 04:00:27 +12:00
const { testSchema } = require("../../common/test/testSchema")
describe("record persistence", async () => {
it("should ")
})