mirror of
https://github.com/pdemian/human2regex.git
synced 2025-05-16 04:20:35 -07:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
describe("calculate", function() {
|
|
it("add", function() {
|
|
const result = 5 + 2;
|
|
expect(result).toBe(7);
|
|
});
|
|
}); |