Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Fix tests by including a simple mock for prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Apr 25, 2015
1 parent 2cbd7e6 commit dd4c4b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/__mocks__/prefix.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

var prefixMock = function(style, mode) {
return style;
};

module.exports = prefixMock;

0 comments on commit dd4c4b8

Please sign in to comment.