Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
carlansley committed Oct 21, 2024
1 parent 0be435b commit 4f2d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/typescript/typescript-5.7.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { strict as assert } from 'node:assert';

import { describe, it } from '../describe-it';

describe.only('typescript-5.7', () => {
describe('typescript-5.7', () => {
it('checks for never-initialized variables', () => {
// eslint-disable-next-line init-declarations
let result: number;
Expand Down

0 comments on commit 4f2d99a

Please sign in to comment.