We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readFile
1 parent 587a877 commit 76732e4Copy full SHA for 76732e4
1 file changed
test/mocha.js
@@ -66,6 +66,7 @@ function shouldDetect(options, input, expected) {
66
mocha.suite.beforeEach(function() {
67
this.Comb = Comb;
68
this.comb = new Comb();
69
+ this.readFile = readFile;
70
this.shouldBeEqual = shouldBeEqual;
71
this.shouldDetect = shouldDetect;
72
});
0 commit comments