NeuraLegion/har-sdk

Migrate to Jest

Closed this issue · 0 comments

To migrate existing tests, run the following command:

$ npx jest-codemods

See details in https://github.com/skovhus/jest-codemods

To install jest, just issue the following command:

$ npm i -D ts-jest jest @types/jest

Once it is done, generate the config:

$ npx ts-jest config:init