Skip to content

Commit 26cdcf1

Browse files
author
Christoph Bühler
committed
test: remove only
1 parent 6202960 commit 26cdcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TypescriptParser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ describe('TypescriptParser', () => {
724724

725725
describe('Specific sources', () => {
726726

727-
it.only('should parse generics in functions in classes correctly', async () => {
727+
it('should parse generics in functions in classes correctly', async () => {
728728
const parsed = await parser.parseSource(`export class TestClass {
729729
public test() {
730730
let a = <T>() => { let b = null; };

0 commit comments

Comments
 (0)