poll.horse/test/const.ts
Wolvan 8bc3f7fe36 Initial commit
This code serves as an application framework of sorts and is totally not
stolen from some of my other projects.
2021-12-28 21:11:19 +01:00

9 lines
137 B
TypeScript

"use strict";
import { resolve } from "path";
const TEST_DIRECTORY = resolve(__dirname, "../testing");
export {
TEST_DIRECTORY
};