Skip to content

Commit

Permalink
fix (Jest) unmock react-css-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
grrseguin committed Jun 30, 2016
1 parent b5be10e commit 920b6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/Title-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jest.unmock('react-css-modules');
jest.unmock('../src/components/Title');

import React from 'react';
Expand Down

0 comments on commit 920b6e8

Please sign in to comment.