Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 1, 2024
1 parent f549dde commit 6a9bca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/ajv-decorator/test/Transform.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { strict as assert } from 'node:assert';
import { Transform } from '../';

describe('core/ajv-decorator/test/Transform.test.ts', () => {
it('should get Transform enum', () => {
assert.equal(Transform.trim, 'trim');
});
});

0 comments on commit 6a9bca9

Please sign in to comment.