Skip to content

Commit 617e520

Browse files
committed
Add failing case
1 parent 831c212 commit 617e520

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/sury/tests/S_test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ import * as S from "../src/S.js";
1515
// FIXME: Move the test to e2e
1616
// import { stringSchema } from "../genType/GenType.gen.js";
1717

18+
// FIXME: This is fails
19+
// S.parser(
20+
// S.union([
21+
// "bar",
22+
// "bas",
23+
// S.string.with(S.to, S.schema("unknown").with(S.noValidation, true)),
24+
// ])
25+
// )
26+
1827
type SchemaEqual<
1928
Schema extends S.Schema<unknown, unknown>,
2029
Output,

0 commit comments

Comments
 (0)