Introduce JS unit tests into VID 35/77435/7
authorgolabek <tomasz.golabek@nokia.com>
Mon, 28 Jan 2019 08:34:48 +0000 (09:34 +0100)
committergolabek <tomasz.golabek@nokia.com>
Fri, 1 Feb 2019 10:05:48 +0000 (11:05 +0100)
commitec4f95457ec430838feeae6da48d0fd011ddffa9
treed7c7b40d648a66c86f47ec26fc15acc4660dee8b
parent974fc96fdc47cafb6f7169d197e69cb81e6df4a9
Introduce JS unit tests into VID

maven -> npm -> gulp -> jest frameworks added in a mentioned order.

Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7
Issue-ID: VID-391
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
vid-app-common/gulpfile.js [new file with mode: 0644]
vid-app-common/jest.config.js [new file with mode: 0644]
vid-app-common/package.json [new file with mode: 0644]
vid-app-common/pom.xml
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.test.js [new file with mode: 0644]
vid-app-common/test-config.js [new file with mode: 0644]