fix whitelist tests

This commit is contained in:
Sebastian McKenzie 2014-10-18 15:49:07 +11:00
parent cc84b5e1a4
commit 9f493b23ab
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
"use strict";
let MULTIPLER = 5;
arr.map(function(x) {
return x * MULTIPLIER;

View File

@ -1,9 +1,7 @@
"use strict";
class Test {
constructor() {
arr.map(function(x) {
return x * x;
});
}
}
}