Skip to content

Commit

Permalink
remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Oct 28, 2024
1 parent c7ef6b3 commit 3e983b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import ansi from 'ansi-escape-sequences'

/* TODO: Factor out node-specific code to enable isomorphism */

class TestRunner {
tests

Expand Down Expand Up @@ -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.
*/

0 comments on commit 3e983b1

Please sign in to comment.