Skip to content

Commit

Permalink
Format and update size
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 12, 2019
1 parent f0a0255 commit f7f83fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = [
name: 'The size of the color manipulator helpers',
webpack: true,
path: 'packages/material-ui/build/styles/colorManipulator.js',
limit: '900 B',
limit: '903 B',
},
{
// vs https://bundlephobia.com/result?p=react-popper
Expand Down
5 changes: 1 addition & 4 deletions packages/material-ui-system/src/spacing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ describe('spacing', () => {
consoleWarnMock.args()[0][0],
/the `theme.spacing` value \(\[object Object\]\) is invalid\./,
);
assert.match(
consoleWarnMock.args()[0][0],
/It should be a number, an array or a function\./,
);
assert.match(consoleWarnMock.args()[0][0], /It should be a number, an array or a function\./);
});
});

Expand Down

0 comments on commit f7f83fc

Please sign in to comment.