auth-context-provider/src/index.test.tsx

8 lines
151 B
TypeScript
Raw Normal View History

2020-07-15 08:29:58 +07:00
import { ExampleComponent } from '.'
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})