Bug: Remove test code (whoops)

This commit is contained in:
2025-07-04 08:02:04 -04:00
parent 1aaaef2a81
commit a1ef983cc3

View File

@@ -32,10 +32,3 @@ export default function (settings: {}) {
execute: execute, execute: execute,
}; };
} }
try {
await (value as ClassA).foo();
} catch (error) {
console.log("Type error while running value.foo()");
}