UNPKG

83 BJavaScriptView Raw
1import rxhr from './'
2
3test('sanity test', () => {
4 expect(rxhr).toBeDefined()
5})