mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
fix: docs fail to generate
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import {SCThingOriginType} from '../../src/index.js';
|
||||
import {SCDish} from '../../lib/index.js';
|
||||
import {SCThingOriginType, SCDish} from '../../src/index.js';
|
||||
|
||||
export const notADish: Omit<SCDish, 'type'> & {type: 'foobar'} = {
|
||||
categories: ['appetizer'],
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user