Skip to content

Commit

Permalink
fix(app): simplify discovery state to avoid stale IPs and health data (
Browse files Browse the repository at this point in the history
…#6193)

Closes #5985, closes #5250
  • Loading branch information
mcous authored Aug 3, 2020
1 parent 46958b3 commit 0e089a7
Show file tree
Hide file tree
Showing 46 changed files with 1,107 additions and 2,655 deletions.
2 changes: 1 addition & 1 deletion app-shell/src/__mocks__/log.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// mock logger
// NOTE: importing mock to avoid copy-paste
// eslint-disable-next-line jest/no-mocks-import
module.exports = require('../../../app/src/__mocks__/logger')
export * from '../../../app/src/__mocks__/logger'
Loading

0 comments on commit 0e089a7

Please sign in to comment.