Skip to content

Commit

Permalink
fix WebStorm refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jul 7, 2020
1 parent 1133469 commit 04b7335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jest.mock('../../../meta', () => {
getEmsTmsServices: () => {
class MockTMSService {
constructor(config) {
this.coreConfig = config;
this._config = config;
}
getMarkdownAttribution() {
return this._config.attributionMarkdown;
Expand Down

0 comments on commit 04b7335

Please sign in to comment.