This commit is contained in:
DaanV2
2021-08-18 21:14:56 +02:00
parent 1ce29b8523
commit d0d16248f2
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import path = require("path");
export namespace DummyFiles {
export function TestFolder(): string {
return path.join(__dirname, "..", "..", "test");
}
}