5.1.0 • Published 2 years ago

msclients v5.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

MSClient

Setup

Install dependencies:

pnpm install;

Run tests:

pnpm test;

Tests

There are the main file used for testing.

Main test file:

  • src/__tests__/App.test.jsx

Mock used for images:

  • test/__mocks__/fileMock.js

Main jest config file

  • jest.config.ts

Main jest setup file to extend jest

  • jest.setup.ts