LAAS-44: Unit Test Javascript 39/68239/4
authorBrandon Lo <lobrandon1217@gmail.com>
Thu, 11 Jul 2019 13:49:11 +0000 (09:49 -0400)
committerBrandon Lo <lobrandon1217@gmail.com>
Tue, 16 Jul 2019 15:39:24 +0000 (11:39 -0400)
commit0aba5286824d653f95a6454de0fbf91d4a5410b8
tree4c5f49e916beba3a7b82a7e20a2650f62f98e60a
parent69824a2839f8841c04d964ea341b4a8b1379aa51
LAAS-44: Unit Test Javascript

Add Karma, Mocha, and Chai NPM packages to allow for browser based
front-end JavaScript testing. Not all functions are tested, but
a lot of the required behavior is. This allows for new JS unit tests
in future patches.

Change-Id: I2ac2a865ed3a458d8f5ebdeb7c2b4defda24fd41
Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
.gitignore
tests/README.txt [new file with mode: 0644]
tests/karma.conf.js [new file with mode: 0644]
tests/package-lock.json [new file with mode: 0644]
tests/package.json [new file with mode: 0644]
tests/tests/test.js [new file with mode: 0644]