mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
8bc3f7fe36
This code serves as an application framework of sorts and is totally not stolen from some of my other projects.
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "test/**/*.spec.ts",
|
|
"require": [
|
|
"ts-node/register",
|
|
"test/setup.ts"
|
|
]
|
|
}
|