From 0aba5286824d653f95a6454de0fbf91d4a5410b8 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 11 Jul 2019 09:49:11 -0400 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0a20224..15f1768 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ config.env # rsa key files src/account/rsa.pem src/account/rsa.pub + +# javascript unit testing +tests/node_modules -- cgit 1.2.3-korg