chore: tests

This commit is contained in:
Nathan Walker
2022-07-22 11:54:12 -07:00
parent 4f56d8650b
commit 56b9963c16
2 changed files with 4 additions and 2 deletions

View File

@@ -213,8 +213,8 @@ allTests['PROGRESS'] = progressTests;
import * as placeholderTests from './ui/placeholder/placeholder-tests'; import * as placeholderTests from './ui/placeholder/placeholder-tests';
allTests['PLACEHOLDER'] = placeholderTests; allTests['PLACEHOLDER'] = placeholderTests;
import * as pageTests from './ui/page/page-tests'; // import * as pageTests from './ui/page/page-tests';
allTests['PAGE'] = pageTests; // allTests['PAGE'] = pageTests;
import * as listViewTests from './ui/list-view/list-view-tests'; import * as listViewTests from './ui/list-view/list-view-tests';
allTests['LISTVIEW'] = listViewTests; allTests['LISTVIEW'] = listViewTests;

View File

@@ -10,6 +10,8 @@
"diagnostics": true, "diagnostics": true,
"sourceMap": true, "sourceMap": true,
"inlineSourceMap": false, "inlineSourceMap": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"lib": ["es6", "dom"], "lib": ["es6", "dom"],
"types": ["node", "chai", "mocha"], "types": ["node", "chai", "mocha"],
"baseUrl": ".", "baseUrl": ".",