adf-testing package (#4152)

* add new lib adf-testing

* fix the prefix

* Improve package

* Add testing project

* remove useless stuff

* Remove useless code
This commit is contained in:
Maurizio Vitale
2019-02-19 15:08:41 +00:00
committed by Eugenio Romano
parent 81ec4ed441
commit 08231bbf33
36 changed files with 717 additions and 5 deletions

9
lib/testing/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "@alfresco/adf-testing",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"@alfresco/js-api": "3.0.0-delta18"
}
}