Skip to content

Commit

Permalink
[enzyme-test-suites] Fix lint issue of useContext test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenesan committed Jun 11, 2019
1 parent 5b08c0e commit 3f37b3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ export default function describeUseContext({
</div>
</context.Provider>
);
};
}

it('test render, get and set context value ', () => {
const wrapper = Wrap(<App />);
Expand Down

0 comments on commit 3f37b3f

Please sign in to comment.