7 lines
No EOL
156 B
TypeScript
7 lines
No EOL
156 B
TypeScript
describe('Up', () => {
|
|
test.todo("EXPECT up query to be executed");
|
|
});
|
|
|
|
describe("Down", () => {
|
|
test.todo("EXPECT down query to be executed");
|
|
}); |