diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-08-23 13:28:44 +0200 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-08-23 14:21:23 +0200 |
commit | 45de05c45d952d3a302fffc76c79aef7a48b04ed (patch) | |
tree | b0c4068316419898574cb0a4bbd21ef6330ce1d4 | |
parent | 445f624e7e196f380f5711c45abc63c68330ac0b (diff) |
Fix not running tests
Fix not running tests
Signed-off-by: ZlatkoMurgoski <zlatko.murgoski@nokia.com>
Change-Id: I7f26117266dfeb604d1304fb23042f5a6ed11b26
Issue-ID: AAI-1534
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c9255ca..4daf2df 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,7 @@ "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/test/fileMock.js", "\\.(css|scss)$": "<rootDir>/scripts/test/styleMock.js" }, + "testURL": "http://localhost", "moduleFileExtensions": [ "js", "jsx" |