mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
fix: docs fail to generate
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import {SCThingOriginType} from '../../src/index.js';
|
import {SCThingOriginType, SCDish} from '../../src/index.js';
|
||||||
import {SCDish} from '../../lib/index.js';
|
|
||||||
|
|
||||||
export const notADish: Omit<SCDish, 'type'> & {type: 'foobar'} = {
|
export const notADish: Omit<SCDish, 'type'> & {type: 'foobar'} = {
|
||||||
categories: ['appetizer'],
|
categories: ['appetizer'],
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import {expect} from 'chai';
|
import {expect} from 'chai';
|
||||||
import {formatRange, isInRange} from '../src/index.js';
|
import {formatRange, isInRange, SCRange} from '../src/index.js';
|
||||||
import {SCRange} from '../lib/index.js';
|
|
||||||
|
|
||||||
const cases: Record<'accept' | 'reject', [number, SCRange<number>][]> = {
|
const cases: Record<'accept' | 'reject', [number, SCRange<number>][]> = {
|
||||||
accept: [
|
accept: [
|
||||||
|
|||||||
Reference in New Issue
Block a user