File tree Expand file tree Collapse file tree
test/typebox/runtime/value/check Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Test('Should validate Base 5', () => {
4141 Fail ( T , [ 'A' , 'B' , 'C' ] )
4242} )
4343// ------------------------------------------------------------------
44- // Error Mapping: Validation Error
44+ // Error Mapping: Validation Error | Throw Detection | Coverage
4545// ------------------------------------------------------------------
4646Test ( 'Should validate Base 6' , ( ) => {
4747 class Foo extends Type . Base {
@@ -111,7 +111,7 @@ Test('Should validate Base 9', () => {
111111 Fail ( new Foo ( ) , [ ] )
112112} )
113113// ------------------------------------------------------------------
114- // Error Mapping: Standard Schema
114+ // Error Mapping: Standard Schema | Throw Detection | Coverage
115115// ------------------------------------------------------------------
116116Test ( 'Should validate Base 10' , ( ) => {
117117 class Foo extends Type . Base {
You can’t perform that action at this time.
0 commit comments