omergal99 / first-ts-unit-tests

Learn to do tests with jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first-ts-unit-tests

Some trys in Tests with jest, enzime, typescript, mock-store, shallow and more.

Explanation - work with Redux Hooks TypeScript

USE Node version v10.15.3

Im use yarn so we need to install it:

npm i -g yarn or not globaly: npm i yarn

After that install node modules:

yarn

And then we can run the App:

yarn start

To active test:

yarn test

About

Learn to do tests with jest


Languages

Language:TypeScript 55.5%Language:JavaScript 28.8%Language:HTML 11.3%Language:CSS 4.4%