mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
don't scan ratings dir for tests
This commit is contained in:
@@ -33,7 +33,7 @@ async function init() {
|
|||||||
// Instantiate a Mocha instance.
|
// Instantiate a Mocha instance.
|
||||||
const mocha = new Mocha();
|
const mocha = new Mocha();
|
||||||
|
|
||||||
const testDirs = ["./test/cases", "./test/cases/ratings"];
|
const testDirs = ["./test/cases"];
|
||||||
|
|
||||||
// Add each .ts file to the mocha instance
|
// Add each .ts file to the mocha instance
|
||||||
testDirs.forEach(testDir => {
|
testDirs.forEach(testDir => {
|
||||||
|
|||||||
Reference in New Issue
Block a user