We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97e6b8 commit f3a8224Copy full SHA for f3a8224
test/gabledroofbug.test.js
@@ -2,6 +2,8 @@
2
* @jest-environment jsdom
3
*/
4
import {jest} from '@jest/globals';
5
+import fetchMock from 'jest-fetch-mock';
6
+fetchMock.enableMocks();
7
import { Building } from '../src/building.js';
8
import { BuildingShapeUtils } from '../src/extras/BuildingShapeUtils.js';
9
import { TextEncoder } from 'node:util';
0 commit comments