Skip to content

Commit 06496bc

Browse files
authored
Merge pull request #52 from topcoder-platform/develop
Fix tests
2 parents 4e3ac0d + cf6886e commit 06496bc

File tree

3 files changed

+63
-7
lines changed

3 files changed

+63
-7
lines changed

__tests__/__snapshots__/index.js.snap

-3
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,14 @@ Object {
205205
"countReset": [Function],
206206
"debug": [Function],
207207
"dir": [Function],
208-
"dirxml": [Function],
209208
"error": [Function],
210209
"group": [Function],
211210
"groupCollapsed": [Function],
212211
"groupEnd": [Function],
213212
"info": [Function],
214213
"log": [Function],
215-
"table": [Function],
216214
"time": [Function],
217215
"timeEnd": [Function],
218-
"timeLog": [Function],
219216
"trace": [Function],
220217
"warn": [Function],
221218
},

package-lock.json

+62-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"qs": "^6.5.2",
4444
"react": "^16.4.1",
4545
"react-dom": "^16.4.1",
46+
"react-redux": "^6.0.1",
4647
"redux": "^3.7.2",
4748
"redux-actions": "^2.4.0",
4849
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#dev",

0 commit comments

Comments
 (0)