feat: configuring tests

This commit is contained in:
Daniel Bauer
2024-12-11 00:07:03 +01:00
parent eed1416774
commit f454ce9db7
3 changed files with 3066 additions and 21 deletions

5
src/mytest.test.js Normal file
View File

@@ -0,0 +1,5 @@
describe("testing setup", () => {
test("testing setup", () => {
expect(1).toBe(1)
})
})