Skip to content

Commit dad205e

Browse files
committed
don't scan ratings dir for tests
1 parent 8dbfe17 commit dad205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function init() {
3333
// Instantiate a Mocha instance.
3434
const mocha = new Mocha();
3535

36-
const testDirs = ["./test/cases", "./test/cases/ratings"];
36+
const testDirs = ["./test/cases"];
3737

3838
// Add each .ts file to the mocha instance
3939
testDirs.forEach(testDir => {

0 commit comments

Comments
 (0)