Make addons use common test functions

This commit is contained in:
Jon Bockhorst
2020-02-11 11:39:36 -06:00
parent 522378a507
commit eb7b2f4683
15 changed files with 133 additions and 227 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"lib": [
"dom",
"es6",
"es6"
],
"rootDir": ".",
"outDir": "../../out-test/api",
@@ -12,6 +12,8 @@
"sourceMap": true,
"removeComments": true,
"pretty": true,
"declaration": true,
"composite": true,
"strict": true
},
"include": [