Skip to content

Commit

Permalink
Update src/type/__tests__/assertName-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 17, 2021
1 parent c664093 commit 8edbc53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/type/__tests__/assertName-test.ts
Expand Up @@ -4,7 +4,6 @@ import { describe, it } from 'mocha';
import { assertName, assertEnumValueName } from '../assertName';

describe('assertName()', () => {
assertName('test');
it('passthrough valid name', () => {
expect(assertName('_ValidName123')).to.equal('_ValidName123');
});
Expand Down

0 comments on commit 8edbc53

Please sign in to comment.