describe('Component.js', () => { test('smoke test', () => { expect(true).toBe(true) // will obviously always pass }) })