We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e4fa4 commit 173cf21Copy full SHA for 173cf21
src/game/scenes/world/wave/__tests__/index.test.ts
@@ -3,7 +3,8 @@ import 'jest-canvas-mock';
3
import { registerHelper } from './helpers/wave';
4
import world from '../../__mocks__/world';
5
import { Wave } from '..';
6
-import type { IWave, WaveEvent } from '../types';
+import type { IWave } from '../types';
7
+import { WaveEvent } from '../types';
8
import { DIFFICULTY } from '../../../../../const/difficulty';
9
import type { IWorld } from '../../types';
10
import { progressionLinear } from '../../../../../lib/progression';
0 commit comments