insomnia/packages/insomnia-app/app/sync/git/__tests__
Gregory Schier 3883dc6feb
POC for Unit Test UI (#2315)
* Start working on insomnia-testing package to generate Mocha code

* Moved some things around

* Integration tests and ability to run multiple files

* Fix integration tests

* Rename runSuite to runMochaTests

* Add types for test results

* Fix lint errors

* Play with Chia assertions

* insomnia and chai globals, plus a bunch of improvements

* Stub chai and axios Flow types

* Ability to reference requests by ID

* Fix chai flow-typed location

* Address PR comments (small tweaks)

* Basic UI going

* Lots and lots and lots

* Pretty-much done with the unit test UI

* Minor CSS tweak

* Activity bar triple toggle and more

* Minor tweak

* Unit Test and Suite deletion

* Bump Designer version

* Fix eslint stuff

* Fix insomnia-testing tests

* Fix tests

* lib@2.2.9

* Remove tests tab from response pane

* Hook up Insomnia networking

* Fix linting

* Bump version for alpha

* Remove extra ActivityToggleSwitch

* Remove unused import

* Add test:pre-release script that excludes CLI tests

* Less repetition

* Clean some things up

* Tweaks after self-cr

* Undo request ID tag

* Swap out switch for new activity toggle component

* Extra check

* Remove dead code

* Delete dead test

* Oops, revert example code

* PR feedback

* More PR comment addresses
2020-07-01 14:17:14 -07:00
..
git-rollback.test.js Rollback pending changes in git sync commit dialog (#2226) 2020-06-04 08:48:47 +12:00
git-vcs.test.js Rollback pending changes in git sync commit dialog (#2226) 2020-06-04 08:48:47 +12:00
mem-plugin.test.js Fix windows tests (#2227) 2020-05-29 10:45:37 +12:00
ne-db-plugin.test.js POC for Unit Test UI (#2315) 2020-07-01 14:17:14 -07:00
path-sep.test.js Git sync commit on Windows always shows all objects as unversioned (#2215) 2020-05-29 06:44:17 +12:00
routable-fs-plugin.test.js Git clone fails on Windows. This fixes it. (#2194) 2020-05-29 06:13:13 +12:00
util.js