fix whitelist tests
This commit is contained in:
parent
cc84b5e1a4
commit
9f493b23ab
@ -1,4 +1,3 @@
|
||||
"use strict";
|
||||
let MULTIPLER = 5;
|
||||
arr.map(function(x) {
|
||||
return x * MULTIPLIER;
|
||||
|
||||
@ -1,9 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
class Test {
|
||||
constructor() {
|
||||
arr.map(function(x) {
|
||||
return x * x;
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user