Skip to content

Commit 76732e4

Browse files
committed
Tests: Add readFile to public methods
1 parent 587a877 commit 76732e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/mocha.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function shouldDetect(options, input, expected) {
6666
mocha.suite.beforeEach(function() {
6767
this.Comb = Comb;
6868
this.comb = new Comb();
69+
this.readFile = readFile;
6970
this.shouldBeEqual = shouldBeEqual;
7071
this.shouldDetect = shouldDetect;
7172
});

0 commit comments

Comments
 (0)