Skip to content

Commit a238215

Browse files
Add Jest tests for CI/CD
1 parent 5fcb9a3 commit a238215

File tree

3 files changed

+4499
-88
lines changed

3 files changed

+4499
-88
lines changed

__tests__/example.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// __tests__/example.test.js
2+
test('basic math test', () => {
3+
expect(1 + 1).toBe(2);
4+
});

0 commit comments

Comments
 (0)