Skip to content

Commit 173cf21

Browse files
committedFeb 12, 2024
Fix tests
1 parent a1e4fa4 commit 173cf21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/game/scenes/world/wave/__tests__/index.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import 'jest-canvas-mock';
33
import { registerHelper } from './helpers/wave';
44
import world from '../../__mocks__/world';
55
import { Wave } from '..';
6-
import type { IWave, WaveEvent } from '../types';
6+
import type { IWave } from '../types';
7+
import { WaveEvent } from '../types';
78
import { DIFFICULTY } from '../../../../../const/difficulty';
89
import type { IWorld } from '../../types';
910
import { progressionLinear } from '../../../../../lib/progression';

0 commit comments

Comments
 (0)