From 3e387a9747ac42b61471b4d58f31609e02316319 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sun, 16 Jul 2017 12:54:06 +0430 Subject: [PATCH] Enhanced test document --- docs/layers/tests.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/layers/tests.md b/docs/layers/tests.md index 3978a66..4602dc3 100644 --- a/docs/layers/tests.md +++ b/docs/layers/tests.md @@ -1,3 +1,11 @@ # Tests -This layer is responsible to test each layer of application. \ No newline at end of file +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](https://github.com/mjackson/expect) to write assertion for each test case. We use [Karma](https://karma-runner.github.io/1.0/index.html) to run our tests. We use [Mocha](https://mochajs.org/) that 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 \ No newline at end of file