Update index.test.js

This commit is contained in:
Aleksandr Statciuk 2022-06-15 18:00:16 +03:00
parent 40172c7f29
commit 714a3eacb9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @jest-environment node
*/
import EPGGrabber from '../src/index'
import { EPGGrabber } from '../src/index'
import axios from 'axios'
jest.mock('axios')