We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6bdb4 commit bafc987Copy full SHA for bafc987
jest.config.js renamed to jest.config.cjs
src/main.test.ts
@@ -0,0 +1,5 @@
1
+describe("Main module", () => {
2
+ it("should pass a simple test", () => {
3
+ expect(true).toBe(true);
4
+ });
5
+});
0 commit comments