Skip to content

Commit 6e87647

Browse files
committed
add more comments
1 parent 2359ed7 commit 6e87647

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

typescript/packages/playground-common/src/baml_wasm_web/EventListener.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,12 @@ export const EventListener: React.FC = () => {
328328
setSelectedFunction(content.function_name);
329329
setSelectedTestcase(content.test_name);
330330

331+
// NB(sam): without this timeout, jetbrains hits "recursive use of an object"
331332
setTimeout(() => {
332333
runBamlTests([
333334
{ functionName: content.function_name, testName: content.test_name },
334335
]);
335336
}, 1000);
336-
// run([content.test_name])
337-
// setShowTests(true)
338-
// setClientGraph(false)
339337
break;
340338
}
341339
};

0 commit comments

Comments
 (0)