krtp
Version:
Node implementation of rdp protocol. RFC 3550
30 lines (29 loc) • 540 B
JavaScript
/*
*
* In The Name of God
*
* +===============================================
* | Author: Parham Alvani <parham.alvani@gmail.com>
* |
* | Creation Date: 02-01-2019
* |
* | File Name: jest.config.js
* +===============================================
*/
module.exports = {
"roots": [
"<rootDir>"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
}