Add basic selenium test

This commit is contained in:
Ajay Ramachandran
2021-07-30 15:04:05 -04:00
parent 2a3a04a504
commit d93e9a7d8a
5 changed files with 417 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"roots": [
"src"
"test"
],
"transform": {
"^.+\\.ts$": "ts-jest"