UNPKG

98 BJavaScriptView Raw
1describe('my project', function () {
2 it('works', function () {
3 expect(2).toEqual(2)
4 })
5})