Path is case-sensitive

This commit is contained in:
Christopher Schleiden
2023-01-09 09:11:10 -08:00
parent bf1a33a148
commit 02946d388a
+1 -1
View File
@@ -56,7 +56,7 @@ function testCaseReviver(key: string, val: any): any {
return val;
}
const testFiles = "./testData";
const testFiles = "./testdata";
describe("x-lang tests", () => {
const files = fs.readdirSync(testFiles);