mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Merge pull request #206 from Neppord/fix-typescript
Update typescript dependencies and the mocharc file
This commit is contained in:
commit
33373d6fd5
10
TypeScript/.mocharc.js
Normal file
10
TypeScript/.mocharc.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
"use strict";
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
require: [
|
||||||
|
"ts-node/register",
|
||||||
|
"source-map-support/register"
|
||||||
|
],
|
||||||
|
recursive: true,
|
||||||
|
spec: "test/*.spec.ts"
|
||||||
|
}
|
||||||
@ -14,13 +14,13 @@
|
|||||||
"@types/chai": "~3.5.2",
|
"@types/chai": "~3.5.2",
|
||||||
"@types/mocha": "~2.2.41",
|
"@types/mocha": "~2.2.41",
|
||||||
"@types/node": "~7.0.18",
|
"@types/node": "~7.0.18",
|
||||||
"chai": "~3.5.0",
|
"chai": "~4.2.0",
|
||||||
"mocha": "~3.2.0",
|
"mocha": "~8.2.1",
|
||||||
"nyc": "~11.0.3",
|
"nyc": "~15.1.0",
|
||||||
"rimraf": "~2.5.2",
|
"rimraf": "~3.0.2",
|
||||||
"source-map-support": "0.5.9",
|
"source-map-support": "0.5.19",
|
||||||
"ts-node": "~3.1.0",
|
"ts-node": "~9.1.1",
|
||||||
"typescript": "~3.0.3"
|
"typescript": "~4.1.3"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"extension": [
|
"extension": [
|
||||||
@ -39,4 +39,3 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
--compilers ts-node/register
|
|
||||||
--require source-map-support/register
|
|
||||||
--recursive
|
|
||||||
test/**/*.spec.ts
|
|
||||||
Loading…
Reference in New Issue
Block a user