Skip to content

Commit 3c84b1f

Browse files
committed
fix test?
1 parent 0282ee7 commit 3c84b1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test-regex-works-for-all.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ describe('Regex Covers All Defined Keys', function () {
1313
for (let key in json) {
1414
//we need to give it a bottle code, so let's say 150
1515
let hypotheticalRelease = key + ".150";
16-
console.log( "hypotheticalRelease=" + hypotheticalRelease);
17-
1816
let match = hypotheticalRelease.match( regex );
19-
console.log( "regex=", regex, "; match=", match);
2017

2118
expect(match).to.be.an('array').and.to.have.lengthOf(3);
2219
expect(match[0]).to.equal(hypotheticalRelease);

0 commit comments

Comments
 (0)