replace Math.random() with crypto.randomInt()

This commit is contained in:
2025-10-15 00:24:59 -05:00
parent 6ecc03a670
commit 0d53a6ccde
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
import { describe, expect, it, vi } from 'vitest';
import { type CurrentWeather, type Options } from 'openweather-api-node';
import { type Options } from 'openweather-api-node';
import { Sequencer } from '../src/sequencer.js';
import type { Config } from '../src/index.js';
const dummyWeather: Options = { key: 'dummy' };