import admob from '../ts/admob'

test('export admob', () => {
  expect(admob).toMatchObject(expect.any(Object))
})
