mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 13:07:58 +01:00
10 lines
137 B
TypeScript
10 lines
137 B
TypeScript
|
"use strict";
|
||
|
|
||
|
import { resolve } from "path";
|
||
|
|
||
|
const TEST_DIRECTORY = resolve(__dirname, "../testing");
|
||
|
|
||
|
export {
|
||
|
TEST_DIRECTORY
|
||
|
};
|