Commit Graph

251 Commits (745c27a4cd71b7b47f2094e5665cdf5e48655f36)

Author SHA1 Message Date
Andrew Watkins 43cd07500c Add more tests 2018-03-13 10:13:04 -07:00
Andrew Watkins a6c7c3a37d Make breath 2018-03-13 10:11:11 -07:00
Andrew Watkins 77c35b0eeb WIP refactor of KapacitorForm 2018-03-13 10:11:11 -07:00
Andrew Watkins 53037b224b Fix ts warnings 2018-03-13 10:11:11 -07:00
Andrew Watkins 43170b140a WIP introduce mocking api requests and testing resultant behavior 2018-03-13 10:11:11 -07:00
Andrew Watkins 6922f3a2ef Introduce mock api responses 2018-03-13 10:11:11 -07:00
Andrew Watkins 9d5b6ca378 WIP introduce componentDidMount test 2018-03-13 10:11:11 -07:00
Andrew Watkins 45a1dd4b20 WIP Introduce KapacitorPage test 2018-03-13 10:11:11 -07:00
Iris Scholten 114669408a respond to review 2018-03-12 18:46:21 -07:00
Alex P bae3b331bb Rename "gaugeColors" constant to "thresholds" and move to shared 2018-03-12 17:17:26 -07:00
Iris Scholten 4eecba905b update server_test, internal_test, and cells_test with tableOptions 2018-03-12 17:12:20 -07:00
Iris Scholten 2ad3a85fdc update cell editor overlay test with table options 2018-03-12 15:31:46 -07:00
Iris Scholten 6ec57840a9 update TableOptions component test to use tableOptions instead of options 2018-03-12 15:07:19 -07:00
Iris Scholten 7edf714ba2 change options to table options in backend, front end and redux 2018-03-12 15:04:17 -07:00
Iris Scholten ccdf7384e8 create component test for TableOptions 2018-03-12 10:11:05 -07:00
Brandon Farmer 95f3b8182f Add tests for GraphOptionsTimeFormat component
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-03-09 17:15:03 -08:00
Iris Scholten 1c09aa2655 create initial tests for ProvidersTableRowNew around bug fix 2018-03-07 16:27:56 -08:00
Iris Scholten bd2047af2c change InputclicktoEdit tests to look for html components instead of attributes 2018-03-07 15:13:38 -08:00
Iris Scholten 0948afe252 create component tests for InputClickToEdit 2018-03-07 14:39:41 -08:00
Iris Scholten c5da577f34 fix error in ConfirmButtons.test 2018-03-07 11:09:37 -08:00
Iris Scholten 92fd9f231f create unit tests for ConfirmButtons and refactor confirmButtons 2018-03-06 16:48:08 -08:00
Iris Scholten db8d291f9e change ConfirmButtons to typescript and refactor; create initial ConfirmButtons tests 2018-03-06 12:22:58 -08:00
Andrew Watkins 9d33133d40 Move old tests over to new jest format 2018-03-05 08:46:23 -08:00
Andrew Watkins 0651d5b222 Add user interaction tests to MeasurementList 2018-03-05 08:46:23 -08:00
Andrew Watkins ffec233410 Add test for TagList.tsx 2018-03-05 08:46:23 -08:00
Andrew Watkins 9e4a1a254c Refactor MeasurementList 2018-03-05 08:46:23 -08:00
Andrew Watkins f4eca0a228 Convert MeasurementList to TypeScript and add tests 2018-03-05 08:46:23 -08:00
Andrew Watkins e6ebc4ccd0 Update DatabaseList test 2018-03-05 08:46:23 -08:00
Andrew Watkins c3b241b774 WIP Add more tests for DatabaseList 2018-03-05 08:46:23 -08:00
Andrew Watkins ce7ca56727 Add test for DatabaseListItem 2018-03-05 08:46:23 -08:00
Andrew Watkins 80e34cf6d6 Add first successful TypeScript test 2018-03-05 08:46:23 -08:00
Andrew Watkins 30a0ea216c WIP first TypeScript test 2018-03-05 08:46:23 -08:00
Andrew Watkins 780875abbf Add more rendering tests 2018-03-05 08:46:23 -08:00
Andrew Watkins 9bd26e06f6 Update test copy 2018-03-05 08:46:23 -08:00
Andrew Watkins 1f830b25bb Add test for handleFilterKeyPress 2018-03-05 08:46:23 -08:00
Andrew Watkins 7fcd5f2383 Introduce handleFilterKeyPress test 2018-03-05 08:46:23 -08:00
Andrew Watkins 525106df47 Refine <DropdownInput/> rendering test 2018-03-05 08:46:23 -08:00
Andrew Watkins 9287ef521b Have test use mount so they can access refs 2018-03-01 11:42:24 -07:00
Andrew Watkins f198e2d8a9 Cleanup 2018-03-01 11:18:23 -07:00
Andrew Watkins 6712a9af4b Add test for handleSelection 2018-03-01 11:18:23 -07:00
Andrew Watkins 3334f432b7 Add test for handleClick instance method 2018-03-01 11:18:23 -07:00
Andrew Watkins e2b25f720b Introduce instance method tests 2018-03-01 11:18:23 -07:00
Andrew Watkins f49ebb468b Add DropdownInput test 2018-03-01 11:18:23 -07:00
Andrew Watkins bcf42ed331 Refactor Dropdown component and specs 2018-03-01 11:18:23 -07:00
Andrew Watkins 78c8771b65 Add introductory Dropdown component test 2018-03-01 11:17:35 -07:00
Andrew Watkins 452e8b909f Add linter to tests 2018-03-01 11:16:29 -07:00
Andrew Watkins 980df66b16 Fix prop-types and other warnings 2018-03-01 11:16:29 -07:00
Andrew Watkins 110195babc Fix moment warnings 2018-03-01 11:16:03 -07:00
Andrew Watkins b58af4ced0 Will pass all tests using jest 2018-03-01 11:16:02 -07:00
Andrew Watkins 64eedc0348 WIP Enable jest to resolve all modules 2018-03-01 11:16:02 -07:00
Andrew Watkins db9a2b8e68 Rename spec dir to test 2018-03-01 11:16:02 -07:00