Code cleanup; add accessibility engine to test suite

This commit is contained in:
Amanda Bullington
2021-11-04 16:36:52 -07:00
parent ff6789c32c
commit 67f130fe59
16 changed files with 112 additions and 235 deletions

View File

@@ -10,5 +10,6 @@ module.exports = {
// need this so jest doesn't show as undefined in jest.setup.js
env: {
"jest": true
}
},
ignorePatterns: ["/coverage/*"]
};