[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-30 Thread robertkowalski
Github user robertkowalski closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/815 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-30 Thread timmak
Github user timmak commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/815#discussion_r90232178 --- Diff: app/addons/replication/__tests__/helpers-tests.js --- @@ -0,0 +1,34 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-30 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/815#discussion_r90231323 --- Diff: app/addons/replication/__tests__/helpers-tests.js --- @@ -0,0 +1,34 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-30 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/815#discussion_r90230595 --- Diff: app/addons/replication/__tests__/helpers-tests.js --- @@ -0,0 +1,34 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-30 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/815#discussion_r90202677 --- Diff: app/addons/replication/__tests__/helpers-tests.js --- @@ -0,0 +1,34 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #815: tests: add jest for testing

2016-11-29 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/815 tests: add jest for testing Adds Jest for testing. Right now it runs in parallel to our old test setup. The idea is that we can use the faster, simpler testing for all