This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/docs/layers/tests.md
2017-07-17 15:47:04 +04:30

548 B

Tests

This layer is responsible to test each layer of application. Each test file name follow [file-name].test.jsx pattern for naming. We use expect to write assertion for each test case. We use Karma to run our tests. We use Mocha which tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.

Test Actions

Test Reducers

Test Components

Test API