dependencies and changes to test in firefox headlessly

This commit is contained in:
Jack Case
2025-12-09 23:34:27 +00:00
parent 5ddb857cfa
commit 31a184be14
4 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
describe("hello", function() {
it("world", function() {
expect(true).toBe(true)
})
})