[ADF-2147] test upgrade 2.0.0 (#2902)

* add integration 2.0.0 test

* update readme

* add integration test in travis

* restore tsconfig.dev

* fix test script travis call

* improve script

* fix npm run test
This commit is contained in:
Eugenio Romano
2018-02-02 12:11:48 +00:00
committed by GitHub
parent e5c025aa35
commit 7693904be2
68 changed files with 1690 additions and 0 deletions

View File

@@ -0,0 +1 @@
console.log('Start');

View File

@@ -32,6 +32,7 @@
"build-content": "ng-packagr -p ./ng-package/ng-package-content.json",
"build-process": "ng-packagr -p ./ng-package/ng-package-process.json",
"build-insights": "ng-packagr -p ./ng-package/ng-package-insights.json",
"test-export": "node config/test-export.js",
"webpack": "node node_modules/webpack/bin/webpack.js"
},
"main": "./index.js",
@@ -128,6 +129,9 @@
"raw-loader": "0.5.1",
"remap-istanbul": "0.6.3",
"rimraf": "^2.6.2",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-license": "^0.5.0",
"rollup-plugin-shift-header": "^1.0.1",
"run-sequence": "1.2.2",
"sass-loader": "6.0.5",
"script-loader": "0.7.0",