Skip to content

Commit

Permalink
remove console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmourtada committed Mar 17, 2017
1 parent bd88141 commit 43a8351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/match-path-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
Expand Down

0 comments on commit 43a8351

Please sign in to comment.