mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add sample test
This commit is contained in:
7
test/sum.test.ts
Normal file
7
test/sum.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, expect, test } from "@jest/globals";
|
||||
|
||||
describe("sum", () => {
|
||||
test("adds 1 + 2 to equal 3", () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user