chore: add todo

This commit is contained in:
Ayo Ayco 2024-12-19 22:57:56 +01:00
parent 49c8f00a1e
commit 4975bb8206

View file

@ -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;