aboutsummaryrefslogtreecommitdiffhomepage
path: root/jest.config.js
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-07-30 15:04:05 -0400
committerAjay Ramachandran <[email protected]>2021-07-30 15:04:05 -0400
commitd93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33 (patch)
treef381accbdcd02d7727fa745aef715f90dc122aec /jest.config.js
parent2a3a04a504029be0f544d4c4523c4dd6e37ad2b1 (diff)
downloadSponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.tar.gz
SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.zip
Add basic selenium test
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
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"