Modify github actions file to run jest

This commit is contained in:
rebuilt 2021-10-15 20:19:14 +02:00
parent 771371d081
commit 414eb83f6d
2 changed files with 1 additions and 4 deletions

View file

@ -9,7 +9,4 @@ describe('this test should pass', () => {
const jester = new Jester()
expect(jester.hello()).toBe("Hello")
})
test('fail', () => {
expect(false).toBe(true)
})
})