Skip to content

Commit

Permalink
Updating import for test.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
czearing committed Jul 28, 2020
1 parent eceb919 commit dc2cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ssr-tests/test/test.js
Expand Up @@ -17,7 +17,7 @@ library.setSSR(true);
library.setRTL(false);

// Assume a large screen.
let responsiveLib = require('office-ui-fabric-react/lib/utilities/decorators/withResponsiveMode');
let responsiveLib = require('office-ui-fabric-react/lib/utilities/responsiveMode');
responsiveLib.setResponsiveMode(responsiveLib.ResponsiveMode.large);

// Initialize icons.
Expand Down

0 comments on commit dc2cb59

Please sign in to comment.