describe('Jest Test reporter', () => {
    test('foo', () => {
        expect(true).toBe(true)
    })
})