From 43a8351c30724a41f6e39fc8aeb9e41b3b0cf285 Mon Sep 17 00:00:00 2001 From: jonathanmourtada Date: Fri, 17 Mar 2017 22:32:52 +0100 Subject: [PATCH] remove console.log from test --- tests/match-path-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/match-path-tests.ts b/tests/match-path-tests.ts index bd8d166..88f195c 100644 --- a/tests/match-path-tests.ts +++ b/tests/match-path-tests.ts @@ -108,7 +108,7 @@ describe('find-path', function () { (name: string) => name === "/root/location/mylibjs/kallejs", [".ts", ".js"] ); - console.log(result2); + assert.equal(result, "/root/location/mylib.js/kalle"); assert.equal(result2, "/root/location/mylibjs/kallejs"); });