6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
jest.setTimeout(100000)
|
|
|
|
describe("File Module Service", () => {
|
|
it("noop", function () {})
|
|
})
|