aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__
Commit message (Collapse)AuthorAgeFilesLines
* [web] Add tests for js/components/Header/FilterDocs.jsMatthew Shao2017-05-231-0/+19
|
* [web] Add tests for js/components/FlowTable/FlowTableHead.jsMatthew Shao2017-05-222-0/+127
|
* [web] Add tests for js/components/FlowTable/FlowRow.jsMatthew Shao2017-05-222-0/+68
|
* [web] Fix 100% coverage for js/components/FlowTable/FlowColumns.jsMatthew Shao2017-05-222-1/+17
|
* [web] TFlow minor improved.Matthew Shao2017-05-214-14/+16
|
* [web] Add js/__tests__/ducks/_tflow.jsMatthew Shao2017-05-191-0/+97
|
* [web] Updates test to use the new _tflow.js.Matthew Shao2017-05-193-63/+30
|
* [web] Update snapshot.Matthew Shao2017-05-182-2/+2
|
* [web] Minor fixes for component tests.Matthew Shao2017-05-183-5/+4
|
* [web] Add tests for js/components/FlowTable/FlowColumnsSpec.jsMatthew Shao2017-05-172-0/+259
|
* [web] Add a TFlow class to js/ducks/tutils.jsMatthew Shao2017-05-171-0/+27
| | | | | | Many Components requires a flow object when being rendered, so we put a TFlow class here, currently has the minimize structure, only contains the attributes we needed in the components to be tested.
* [web] Add tests for src/js/components/ValueEditor/ValueEditor.jsMatthew Shao2017-05-162-0/+176
|
* [web] Add tests for js/components/ValueEditor/ValidateEditor.jsMatthew Shao2017-05-162-0/+68
|
* [web] Add tests for js/components/helpers/AutoScroll.jsMatthew Shao2017-05-151-0/+41
|
* [web] Add tests for js/components/helpers/VirtualScroll.jsMatthew Shao2017-05-151-0/+21
|
* [web] Add tests for js/components/common/Splitter.jsxMatthew Shao2017-05-152-0/+96
|
* [web] Add tests for js/components/common/ToggleInputButton.jsxMatthew Shao2017-05-122-0/+74
|
* [web] Add tests for js/components/common/ToggleButton.jsxMatthew Shao2017-05-122-0/+40
|
* [web] Add tests for js/components/common/FileChooser.jsx & minor fix.Matthew Shao2017-05-122-0/+57
|
* [web] Add tests for js/components/common/DocsLink.jsxMatthew Shao2017-05-112-0/+38
|
* [web] Add tests for js/components/common/Dropdown.jsxMatthew Shao2017-05-112-0/+200
|
* [web] Add tests for js/components/common/Button.jsxMatthew Shao2017-05-112-0/+56
|
* web: clear mock store actions after each testMaximilian Hils2017-05-091-13/+21
|
* [web] Update tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-45/+36
|
* [web] Add tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-0/+158
|
* [web] Add tests for js/__tests__/ducks/ui/indexSpec.jsMatthew Shao2017-05-081-0/+9
|
* [web] Add tests for js/ducks/index.js & js/ducks/ui/index.jsMatthew Shao2017-05-081-0/+12
|
* [web] Clear up jest.unmock()Matthew Shao2017-05-077-19/+3
| | | | | Automocking is no longer enable by default, so we don't need to unmock modules manually.
* Merge pull request #2285 from MatthewShao/jest-devMaximilian Hils2017-04-301-0/+100
|\ | | | | [web] Add coverage for js/urlState.js
| * [web] Export updateUrlFromStore and updateStoreFromUrlMatthew Shao2017-04-301-22/+43
| |
| * [web] Introduce redux-mock-store and minor fix.Matthew Shao2017-04-301-29/+42
| |
| * [web] Add coverage for js/urlState.jsMatthew Shao2017-04-281-0/+66
| |
* | [web] add connection testsMaximilian Hils2017-04-291-0/+41
|/
* [web] Add coverage for js/utils.js, js/flow/utils.jsMatthew Shao2017-04-262-0/+164
|
* Fix the tests for flows actions.Matthew Shao2017-04-251-167/+29
|
* Merge branch 'jest-dev' of https://github.com/MatthewShao/mitmproxy into ↵Matthew Shao2017-04-251-23/+200
|\ | | | | | | jest-dev
| * simplify selectRelative, add example for action testingMaximilian Hils2017-04-241-71/+94
| |
| * [web] Coverage++ for ducks/flows.jsMatthew Shao2017-04-241-3/+158
| |
* | [web] Coverage++ for ducks/flows.jsMatthew Shao2017-03-281-3/+158
|/
* [web] Minor fixes for the test.Matthew Shao2017-03-261-2/+5
|
* [web] Reach 100% coverage for ducks/settings.jsMatthew Shao2017-03-261-0/+23
|
* [web] Reach 100% coverage for ducks/eventLog.jsMatthew Shao2017-03-221-0/+40
|
* [web] Reach 100% coverage for ducks/utils/store.jsMatthew Shao2017-03-171-10/+95
|
* [web] Reach 100% coverage for ducks/ui/flow.jsMatthew Shao2017-03-151-1/+34
|
* [web] Improve the code style on testsMatthew Shao2017-03-131-36/+45
|
* [web] Add tests for ducks/utils/store.jsMatthew Shao2017-03-131-0/+77
|
* [web] Fixes all existed testsMatthew Shao2017-03-112-5/+7
|
* [web] remove the tests for abandoned files.Matthew Shao2017-03-103-287/+0
|
* added testsClemens2016-08-192-0/+77
|
* [web] change test filesJason2016-07-276-6/+0
|