remove redundant spec.functionName tests
This commit is contained in:
parent
c6546264d2
commit
12f8fa229d
7
test.js
7
test.js
@ -1,7 +0,0 @@
|
|||||||
class Example {
|
|
||||||
constructor() {
|
|
||||||
var Example;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let t = new Example();
|
|
||||||
@ -1,5 +1,3 @@
|
|||||||
var g = function () {
|
var g = function () {
|
||||||
doSmth();
|
doSmth();
|
||||||
};
|
};
|
||||||
|
|
||||||
var h = function (h) {};
|
|
||||||
|
|||||||
@ -3,5 +3,3 @@
|
|||||||
var g = function g() {
|
var g = function g() {
|
||||||
doSmth();
|
doSmth();
|
||||||
};
|
};
|
||||||
|
|
||||||
var h = function h(h) {};
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user