chore: add todo
This commit is contained in:
parent
49c8f00a1e
commit
4975bb8206
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ function isConstructor(f) {
|
||||||
try {
|
try {
|
||||||
new f();
|
new f();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// verify err is the expected error and then
|
// TODO: verify err is the expected error and then
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue