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