Skip to content

Commit

Permalink
Update packages/params/test/e2e/overridePresetError.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Oct 7, 2022
1 parent de29c09 commit b1042e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/params/test/e2e/overridePresetError.ts
Expand Up @@ -5,6 +5,7 @@
import {SLOTS_PER_EPOCH} from "../../lib/index.js";
import {setActivePreset, PresetName} from "../../lib/setPreset.js";
// This line should throw
// eslint-disable-next-line @typescript-eslint/naming-convention
setActivePreset(PresetName.minimal, {SLOTS_PER_EPOCH: 2});

SLOTS_PER_EPOCH;

0 comments on commit b1042e9

Please sign in to comment.