[pgadmin-hackers] pgAdmin 4 commit: Add Jasmine test framework for JS testing. - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Add Jasmine test framework for JS testing.
Date
Msg-id E1coCQQ-0007Jh-Hx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add Jasmine test framework for JS testing.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f84156dc6589304e56f202151bf9199c6f7e985
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
.gitignore                   |   1 +
karma.conf.js                |  75 ++++++++++++++++++++++++++++
package.json                 |  10 ++++
test/javascript/test-main.js | 115 +++++++++++++++++++++++++++++++++++++++++++
web/regression/README        |  16 ++++++
5 files changed, 217 insertions(+)


pgadmin-hackers by date:

Previous
From: Joao Pedro De Almeida Pereira
Date:
Subject: [pgadmin-hackers][patch] Update Selenium and Chrome driver
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Add a mechanism for centralising JS translations,to