Skip to content

Instantly share code, notes, and snippets.

@irrationnelle
Created January 21, 2019 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irrationnelle/9a7dabaf2008575f1785adb725753d4f to your computer and use it in GitHub Desktop.
Save irrationnelle/9a7dabaf2008575f1785adb725753d4f to your computer and use it in GitHub Desktop.
jest 설정
{
"name": "pagecall-for-tdd",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test:jest" : "jest",
},
"jest": {
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
},
"private": true,
"devDependencies": {
"@types/jest": "^23.3.13",
"jest": "^23.6.0",
"jest-preset-angular": "^6.0.2",
}
}
import 'jest-preset-angular';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment