From 3e983b1e32060ad8da9e9cbd118903b43da5a4bd Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 28 Oct 2024 12:32:22 +0000 Subject: [PATCH] remove TODO comments --- lib/core.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/core.js b/lib/core.js index 1fe435b..6899e99 100644 --- a/lib/core.js +++ b/lib/core.js @@ -1,7 +1,5 @@ import ansi from 'ansi-escape-sequences' -/* TODO: Factor out node-specific code to enable isomorphism */ - class TestRunner { tests @@ -34,10 +32,3 @@ class TestRunner { } export default TestRunner - -/* -- test other people's projects -- Interchangeable logger -- interchangeable iterators, what else can be interchanged? -- TestRunner has no concept of "skip", if you want to skip a test don't pass it in - same could apply to only. TestRunnerCli handles them. -*/