New testing folder
This commit is contained in:
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
0
test/src/SchemaTester.ts
Normal file
0
test/src/SchemaTester.ts
Normal file
11
test/src/Utillity.ts
Normal file
11
test/src/Utillity.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import path from "path";
|
||||
|
||||
export namespace Files {
|
||||
export function TestFolder(): string {
|
||||
return __dirname;
|
||||
}
|
||||
|
||||
export function FilesFolder(): string {
|
||||
return path.join(TestFolder(), "files");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user