Skip to content

Commit 480868d

Browse files
committed
Section 33: Implementation Steps
1 parent dbfca78 commit 480868d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • 33-Building-a-Testing-Framework-From-Scratch/01-testme
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
class Runner {
2+
constructor() {
3+
this.files = []
4+
}
5+
6+
collectFiles() {
7+
8+
}
9+
}
10+
11+
module.exports = Runner

0 commit comments

Comments
 (0)