We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbfe17 commit dad205eCopy full SHA for dad205e
test/test.ts
@@ -33,7 +33,7 @@ async function init() {
33
// Instantiate a Mocha instance.
34
const mocha = new Mocha();
35
36
- const testDirs = ["./test/cases", "./test/cases/ratings"];
+ const testDirs = ["./test/cases"];
37
38
// Add each .ts file to the mocha instance
39
testDirs.forEach(testDir => {
0 commit comments