Make legacy the default
This commit is contained in:
parent
17af92b2df
commit
4a7344595d
5 changed files with 926 additions and 912 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { afterEach } from 'vitest';
|
||||
import { useOldRandom } from './packages/core/signal.mjs';
|
||||
import { useRNG } from './packages/core/signal.mjs';
|
||||
|
||||
afterEach(() => {
|
||||
// Avoid bleed between tests
|
||||
useOldRandom(false);
|
||||
useRNG('legacy');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue