File tree Expand file tree Collapse file tree 2 files changed +31
-11
lines changed Expand file tree Collapse file tree 2 files changed +31
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- export let testDirs: string [];
2+ const testDirs = [
3+ ' allow-files' ,
4+ ' array-proxy' ,
5+ ' boolean-same-union' ,
6+ ' catchall' ,
7+ ' custom-tainted-dialog' ,
8+ ' defaults-fail' ,
9+ ' dynamic-validators' ,
10+ ' empty-enum' ,
11+ ' issue-309-unions' ,
12+ ' issue-332-arrays' ,
13+ ' issue-337-checkboxes' ,
14+ ' issue-345' ,
15+ ' letters' ,
16+ ' multiple-files' ,
17+ ' multistep-client' ,
18+ ' multistep-server' ,
19+ ' nested-files' ,
20+ ' nested-validation-valibot' ,
21+ ' on-change-event' ,
22+ ' oninput-errors' ,
23+ ' posted' ,
24+ ' redirect' ,
25+ ' step-form' ,
26+ ' submit-enter' ,
27+ ' trim-fields' ,
28+ ' unions' ,
29+ ' validate' ,
30+ ' validate-update' ,
31+ ' validators-clear'
32+ ];
333 </script >
434
535<nav class =" flex-list" >
You can’t perform that action at this time.
0 commit comments