dragonroll/tests/test.spec.js

5 lines
128 B
JavaScript
Raw Normal View History

2024-10-09 08:02:13 +00:00
describe("HelloWorld", () => {
it("renders properly", () => {
expect("Hello Jest").toContain("Hello Jest")
})
})