Skip to content

Commit 6e00b6b

Browse files
committed
Comment
1 parent 7d1f8d1 commit 6e00b6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/typebox/runtime/value/check

test/typebox/runtime/value/check/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
// ------------------------------------------------------------------
4646
Test('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
// ------------------------------------------------------------------
116116
Test('Should validate Base 10', () => {
117117
class Foo extends Type.Base {

0 commit comments

Comments
 (0)