[utils][tests] Add mochajs and chaijs libraries sources. 50/211250/3
authorMichal Michalski <m.michalski2@partner.samsung.com>
Wed, 31 Jul 2019 10:56:48 +0000 (12:56 +0200)
committerMichal Michalski <m.michalski2@partner.samsung.com>
Thu, 1 Aug 2019 06:03:14 +0000 (08:03 +0200)
commit3cb1796834d24514ee9d7460d0bbc5c00d133afc
tree0e856f5c5333cf7f1626017959528203333437cd
parent29946cc3c62311e45cd45eecaeedbf384818240c
[utils][tests] Add mochajs and chaijs libraries sources.

They can be used to write tests for js code.
It is required to add them to the debugging application.
After you have application with this libraries, you can
than run tests from chrome snippets in remote debugger.

[Verification] I have tested this setup in my test application
and it seems to be working.

Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
Change-Id: Ide535ee8ce29b4a735351f2fb9cbde36cc7c935e
src/utils/js/ut/chai.js [new file with mode: 0644]
src/utils/js/ut/mocha.js [new file with mode: 0644]