Skip to content

Commit

Permalink
Prevents infinite WebSocket reconnection spam on subsequent token exp…
Browse files Browse the repository at this point in the history
…iration signals (#127)

* Prevents infinite WebSocket reconnection spam on subsequent token expiration signals
  • Loading branch information
cwhitten committed Dec 21, 2018
1 parent 15ad959 commit cb25eb3
Show file tree
Hide file tree
Showing 5 changed files with 4,715 additions and 317 deletions.
17 changes: 17 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
"roots": [
"<rootDir>/src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
}
Loading

0 comments on commit cb25eb3

Please sign in to comment.