Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 9, 2024
1 parent dc3e67c commit b478355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/language/__tests__/kind-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Kind', () => {
const c: Kind = Kind.ARGUMENT;
c;
});

it('is a type level namespace with type level enum members', () => {
// @ts-expect-error
const a: Kind.NAME = 'bad';
Expand Down

0 comments on commit b478355

Please sign in to comment.