Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 1, 2024
1 parent 4680b06 commit 84987ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/internal/entropy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export let extraEntropy: boolean
export let extraEntropy = false

/** @internal */
export function setExtraEntropy(entropy: boolean) {
Expand Down
3 changes: 0 additions & 3 deletions test/setup.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { Caches } from 'ox'
import { afterAll, beforeAll, beforeEach, vi } from 'vitest'
import * as Entropy from '../src/core/internal/entropy.js'
import * as instances from './anvil.js'

Entropy.setExtraEntropy(false)

beforeAll(() => {
vi.mock('../src/core/internal/errors.ts', async () => ({
...(await vi.importActual('../src/core/internal/errors.ts')),
Expand Down

0 comments on commit 84987ac

Please sign in to comment.