0.0.4 • Published 6 years ago

ysz-test-sdk v0.0.4

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

配置ts jest

  • 1 npm install --save-dev jest ts-jest @types/jest
  • 2 Modify your project's package.json
"jest": {
  "transform": {
    "^.+\\.tsx?$": "ts-jest"
  },
  "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  "moduleFileExtensions": [
    "ts",
    "tsx",
    "js",
    "jsx",
    "json",
    "node"
  ]
}

jest ts: https://github.com/kulshekhar/ts-jest

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago