fix: docs fail to generate

This commit is contained in:
2023-10-20 14:04:08 +02:00
parent ef092a8bff
commit d17e8abea3
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
import {expect} from 'chai';
import {formatRange, isInRange} from '../src/index.js';
import {SCRange} from '../lib/index.js';
import {formatRange, isInRange, SCRange} from '../src/index.js';
const cases: Record<'accept' | 'reject', [number, SCRange<number>][]> = {
accept: [