Skip to content

Commit

Permalink
Update building.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent cc6a5cc commit 224c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/building.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TextEncoder } from 'node:util';
global.TextEncoder = TextEncoder;

import '../src/apis.js';
global.apis = apis
global.apis = apis;

import { Building } from '../src/building.js';

Expand Down

0 comments on commit 224c3fa

Please sign in to comment.