aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-08-19 18:46:25 +0300
committerIdan Amit <ia096e@intl.att.com>2018-08-19 18:46:25 +0300
commit93f323a1d6ee5f700aaef5c347639a9c0de9253e (patch)
tree115c6089e03297ddd549c20d66990646b802c1e0 /jest.config.js
parent297b0994d648ab2ad9f1cf905ae291ab77c7bcfd (diff)
Added tests to sdc-pubsub
Changed sonar parameters to integrate with sonarTS plugin Change-Id: I2e725632e0964d76aa397938f34ab07bbd67d5f0 Issue-ID: SDC-1542 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jest.config.js b/jest.config.js
index f4b1f87..3cf55c2 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -8,11 +8,7 @@ module.exports = {
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$",
"moduleFileExtensions": [
"ts",
- "tsx",
"js",
- "jsx",
- "json",
- "node"
],
"testURL": "http://localhost/",
"coverageDirectory": "<rootDir>/coverage",