Skip to content

Commit 0f6e39f

Browse files
committed
Update evaluator.spec.ts
Fix stray `fit` that skips tools tests
1 parent a84c2d7 commit 0f6e39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/metadata/test/evaluator.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('Evaluator', () => {
117117
expect(evaluator.evaluateNode(findVar(forwardRef, 'bFalse').initializer)).toEqual(false);
118118
});
119119

120-
fit('should return new expressions', () => {
120+
it('should return new expressions', () => {
121121
evaluator =
122122
new Evaluator(typeChecker, symbols, [{from: './classes', namedImports: [{name: 'Value'}]}]);
123123
var newExpression = program.getSourceFile('newExpression.ts');

0 commit comments

Comments
 (0)