Update INFO.yaml
[sdc/sdc-pubsub.git] / jest.config.js
index f4b1f87..4e4478f 100644 (file)
@@ -1,6 +1,6 @@
 module.exports = {
     "roots": [
-        "<rootDir>/lib"
+        "<rootDir>/src"
     ],
     "transform": {
         "^.+\\.ts?$": "ts-jest"
@@ -8,11 +8,7 @@ module.exports = {
     "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$",
     "moduleFileExtensions": [
         "ts",
-        "tsx",
         "js",
-        "jsx",
-        "json",
-        "node"
     ],
     "testURL": "http://localhost/",
     "coverageDirectory": "<rootDir>/coverage",