mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
* chore: 🔧 add tests * fix: 🐛 network info resolver * feat: ✨ init tests * chore: 🔧 improve test * chore: 🔧 more tests * chore: 🔧 bitcoin resolvers * chore: 🔧 more tests
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
import '@testing-library/jest-dom/extend-expect';
|
|
import fetchMock from 'jest-fetch-mock';
|
|
|
|
fetchMock.enableMocks();
|