Skip to content

Commit

Permalink
Merge pull request #922 from ajayyy/basic-selenium
Browse files Browse the repository at this point in the history
Basic selenium
  • Loading branch information
ajayyy authored Sep 1, 2021
2 parents 49406b7 + 4ef8e36 commit 098d879
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 67 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
browser: true,
es2021: true,
node: true,
jest: true,
jasmine: true,
},
extends: [
"eslint:recommended",
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
"roots": [
"src"
"test"
],
"transform": {
"^.+\\.ts$": "ts-jest"
Expand Down
Loading

0 comments on commit 098d879

Please sign in to comment.