chore: remove noop tests (#6855)

This commit is contained in:
Riqwan Thamir
2024-03-28 09:40:34 +01:00
committed by GitHub
parent 5e53b917f7
commit f176aa2b7b
25 changed files with 13 additions and 74 deletions

View File

@@ -1,5 +0,0 @@
describe("Noop test", () => {
it("noop check", async () => {
expect(true).toBe(true)
})
})