Updated
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import path = require("path");
|
||||
|
||||
export namespace DummyFiles {
|
||||
export function TestFolder(): string {
|
||||
return path.join(__dirname, "..", "..", "test");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user