UNPKG

ysz-test-sdk

Version:

* 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

4 lines (3 loc) 132 B
import WebSDKBOM from './websdk'; declare const use: (key: string, ...args: any[]) => any; export { use as default, WebSDKBOM };