Created
July 2, 2020 03:30
-
-
Save dejanvasic85/4136cd24012dfafa1653c60e354236f1 to your computer and use it in GitHub Desktop.
Example of Mocha Typescript config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"diff": true, | |
"extension": ["ts", "js"], | |
"package": "./package.json", | |
"reporter": "spec", | |
"slow": 75, | |
"timeout": 2000, | |
"watch-files": ["src/**/*.js", "src/**/*.ts"], | |
"watch-extensions": ["ts", "js"], | |
"require": ["ts-node/register"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment