diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
commit | d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33 (patch) | |
tree | f381accbdcd02d7727fa745aef715f90dc122aec /jest.config.js | |
parent | 2a3a04a504029be0f544d4c4523c4dd6e37ad2b1 (diff) | |
download | SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.tar.gz SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.zip |
Add basic selenium test
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index 641bafac..a1ba3f09 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,6 @@ module.exports = { "roots": [ - "src" + "test" ], "transform": { "^.+\\.ts$": "ts-jest" |