Skip to content

Commit

Permalink
feat(test): add mobx to unit tests (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
  • Loading branch information
eranshmil and MarshallOfSound committed Apr 7, 2020
1 parent dc0f6e4 commit 6d4f699
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/testdata/knownExtensions.js
Expand Up @@ -9,6 +9,7 @@ import {
REACT_PERF,
CYCLEJS_DEVTOOL,
APOLLO_DEVELOPER_TOOLS,
MOBX_DEVTOOLS,
} from '../../src/';

const knownExtensions = [
Expand Down Expand Up @@ -52,6 +53,10 @@ const knownExtensions = [
...APOLLO_DEVELOPER_TOOLS,
description: 'Apollo Client Developer Tools',
},
{
...MOBX_DEVTOOLS,
description: 'MobX Developer Tools',
},
];

export default knownExtensions;

0 comments on commit 6d4f699

Please sign in to comment.