mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 13:07:58 +01:00
8bc3f7fe36
This code serves as an application framework of sorts and is totally not stolen from some of my other projects.
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
"use strict";
|
|
|
|
import { resolve } from "path";
|
|
|
|
const TEST_DIRECTORY = resolve(__dirname, "../testing");
|
|
|
|
export {
|
|
TEST_DIRECTORY
|
|
};
|