mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
require: [
|
|
"ts-node/register",
|
|
"tsconfig-paths/register",
|
|
"source-map-support/register"
|
|
],
|
|
recursive: true,
|
|
spec: "test/mocha/*.spec.ts"
|
|
}
|