Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Feb 12, 2024
1 parent a1e4fa4 commit 173cf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game/scenes/world/wave/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import 'jest-canvas-mock';
import { registerHelper } from './helpers/wave';
import world from '../../__mocks__/world';
import { Wave } from '..';
import type { IWave, WaveEvent } from '../types';
import type { IWave } from '../types';
import { WaveEvent } from '../types';
import { DIFFICULTY } from '../../../../../const/difficulty';
import type { IWorld } from '../../types';
import { progressionLinear } from '../../../../../lib/progression';
Expand Down

0 comments on commit 173cf21

Please sign in to comment.