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
+10 -2
View File
@@ -18,7 +18,15 @@
"lib": [
"es2018",
"dom"
]
],
"paths": {
"testing": [
"dist/testing"
],
"testing/*": [
"dist/testing/*"
]
}
},
"exclude": [
"lib/config",
@@ -28,4 +36,4 @@
"tools",
"node_modules"
]
}
}