diff --git a/src/Scope.spec.ts b/src/Scope.spec.ts index 583f760c6..c224ea187 100644 --- a/src/Scope.spec.ts +++ b/src/Scope.spec.ts @@ -2738,7 +2738,7 @@ describe('Scope', () => { expectTypeToBe(symbolTable.getSymbolType('result', opts), FloatType); }); - it.only('should recognize consistent type after function call in binary op', () => { + it('should recognize consistent type after function call in binary op', () => { let mainFile = program.setFile('source/main.bs', ` function process(items) as string myString = "" diff --git a/src/bscPlugin/hover/HoverProcessor.spec.ts b/src/bscPlugin/hover/HoverProcessor.spec.ts index 4327c71ff..7677514c6 100644 --- a/src/bscPlugin/hover/HoverProcessor.spec.ts +++ b/src/bscPlugin/hover/HoverProcessor.spec.ts @@ -404,7 +404,7 @@ describe('HoverProcessor', () => { expect(hover?.contents).eql([fence('member as dynamic')]); }); - it.only('should recognize consistent type after function call in binary op', () => { + it('should recognize consistent type after function call in binary op', () => { let file = program.setFile('source/main.bs', ` function arrayToString(items as object) as string description = "["