Skip to content

Commit

Permalink
[DDW-796] Test only
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-barros committed Dec 7, 2021
1 parent c7d56e5 commit 3140b65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/renderer/app/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @flow
import React, { Component, Fragment } from 'react';
import { Provider, observer } from 'mobx-react';
import { spy } from 'mobx';
import { ThemeProvider } from 'react-polymorph/lib/components/ThemeProvider';
import { SimpleSkins } from 'react-polymorph/lib/skins/simple';
import { SimpleDefaults } from 'react-polymorph/lib/themes/simple';
Expand Down Expand Up @@ -28,6 +29,9 @@ export default class App extends Component<{
history: Object,
}> {
componentDidMount() {
spy((event) => {
console.log(event);
});
// Loads app's global environment variables into AppStore via ipc
this.props.actions.app.initAppEnvironment.trigger();
}
Expand Down

0 comments on commit 3140b65

Please sign in to comment.