From dad205e729dab9e5ca15e7366d1857137a991c16 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 22 Aug 2022 11:07:30 -0400 Subject: [PATCH] don't scan ratings dir for tests --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index e13f4ba..d91da93 100644 --- a/test/test.ts +++ b/test/test.ts @@ -33,7 +33,7 @@ async function init() { // Instantiate a Mocha instance. const mocha = new Mocha(); - const testDirs = ["./test/cases", "./test/cases/ratings"]; + const testDirs = ["./test/cases"]; // Add each .ts file to the mocha instance testDirs.forEach(testDir => {