mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Modify github actions file to run jest
This commit is contained in:
parent
771371d081
commit
414eb83f6d
2 changed files with 1 additions and 4 deletions
|
|
@ -9,7 +9,4 @@ describe('this test should pass', () => {
|
|||
const jester = new Jester()
|
||||
expect(jester.hello()).toBe("Hello")
|
||||
})
|
||||
test('fail', () => {
|
||||
expect(false).toBe(true)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue