vylbot-app/tests/helpers/MigrationHelper.test.ts
Ethan Lane 69ef94dbb5
All checks were successful
continuous-integration/drone/push Build is passing
Add placeholder tests
2024-02-03 19:29:28 +00:00

7 lines
156 B
TypeScript

describe('Up', () => {
test.todo("EXPECT up query to be executed");
});
describe("Down", () => {
test.todo("EXPECT down query to be executed");
});