diff options
author | golabek <tomasz.golabek@nokia.com> | 2019-01-28 09:34:48 +0100 |
---|---|---|
committer | golabek <tomasz.golabek@nokia.com> | 2019-02-01 11:05:48 +0100 |
commit | ec4f95457ec430838feeae6da48d0fd011ddffa9 (patch) | |
tree | d7c7b40d648a66c86f47ec26fc15acc4660dee8b /vid-app-common/package.json | |
parent | 974fc96fdc47cafb6f7169d197e69cb81e6df4a9 (diff) |
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>
Diffstat (limited to 'vid-app-common/package.json')
-rw-r--r-- | vid-app-common/package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vid-app-common/package.json b/vid-app-common/package.json new file mode 100644 index 000000000..fb8d5d762 --- /dev/null +++ b/vid-app-common/package.json @@ -0,0 +1,28 @@ +{ + "name": "vid-app-common", + "version": "4.0.0-SNAPSHOT", + "dependencies": { + "angular-bootstrap-multiselect": "^1.1.11", + "angular-feature-flags": "1.6.1", + "angular-moment": "^1.3.0", + "components-bootstrap": "3.3.7", + "glyphicons-only-bootstrap": "^1.0.1", + "lodash": "^4.17.11", + "moment": "^2.24.0", + "ng-file-upload": "^12.2.13" + }, + "scripts": { + "prebuild": "npm install", + "build": "gulp" + }, + "devDependencies": { + "angular-mocks": "1.2.19", + "gulp": "^4.0.0", + "gulp-inject": "^5.0.2", + "gulp-jest": "^4.0.2", + "gulp-uglify": "^3.0.1", + "jest": "^24.0.0", + "jest-mock": "^24.0.0", + "stream-series": "^0.1.1" + } +} |