mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Add changes
This commit is contained in:
@@ -141,7 +141,10 @@ describe("values", () => {
|
||||
const validator = value.validator();
|
||||
validator.unsafeCast({ unionSelectKey: "a", unionValueKey: { b: false } });
|
||||
type Test = typeof validator._TYPE;
|
||||
testOutput<Test, { unionSelectKey: "a" } & { unionValueKey: { b: boolean } }>()(null);
|
||||
testOutput<
|
||||
Test,
|
||||
{ unionSelectKey: "a" } & { unionValueKey: { b: boolean } }
|
||||
>()(null);
|
||||
});
|
||||
test("list", () => {
|
||||
const value = Value.list(
|
||||
|
||||
Reference in New Issue
Block a user