Skip to content

Commit 7f2b312

Browse files
committed
cleanup tests
1 parent ec717ab commit 7f2b312

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-app/build-tools/jsparser/tests/specs/ast-parser-tests.spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ describe("parser/js_parser tests", function () {
187187
let bindings = bindingsContent[0].split('*');
188188
let implInterfacesStr = bindings[bindings.length - 1];
189189

190-
console.log("LOGGING", bindings);
191-
192190
expect(implInterfacesStr).toBeDefined();
193191
expect(implInterfacesStr.length).toBeGreaterThan(0);
194192

0 commit comments

Comments
 (0)