Skip to content

Commit 28f4c99

Browse files
committed
Testing dynamic adapter
1 parent 4f25224 commit 28f4c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/superValidate.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ describe('Schemasafe', () => {
273273

274274
schemaTest(constAdapter, undefined, 'full', 'string');
275275
schemaTest(adapter, undefined, 'full', 'string');
276+
schemaTest(dynamicAdapter, undefined, 'full', 'string');
276277
});
277278

278279
/////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)