Skip to content

Commit f3a8224

Browse files
authored
Update gabledroofbug.test.js
1 parent c97e6b8 commit f3a8224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @jest-environment jsdom
33
*/
44
import {jest} from '@jest/globals';
5+
import fetchMock from 'jest-fetch-mock';
6+
fetchMock.enableMocks();
57
import { Building } from '../src/building.js';
68
import { BuildingShapeUtils } from '../src/extras/BuildingShapeUtils.js';
79
import { TextEncoder } from 'node:util';

0 commit comments

Comments
 (0)