remove redundant esnext test
This commit is contained in:
parent
b1f794eb84
commit
59ff0fd9a9
@ -1,10 +0,0 @@
|
||||
var a = {
|
||||
b() {
|
||||
return b;
|
||||
}
|
||||
};
|
||||
|
||||
assert.ok(
|
||||
/return b/.test(a.b.toString()),
|
||||
'toString contains body'
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user