feat: Add boilerplate for the file module (#6956)

This commit is contained in:
Stevche Radevski
2024-04-05 14:46:02 +02:00
committed by GitHub
parent eb93e8f386
commit 9ccd88d025
36 changed files with 887 additions and 0 deletions
@@ -0,0 +1,5 @@
jest.setTimeout(100000)
describe("File Module Service", () => {
it("noop", function () {})
})