Skip to content

Commit b43f0fd

Browse files
committed
Fix build
1 parent 784ae37 commit b43f0fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ module.exports = [
2222
name: 'The size of all the modules of material-ui.',
2323
webpack: true,
2424
path: 'packages/material-ui/build/index.js',
25-
limit: '92.4 KB',
25+
limit: '92.7 KB',
2626
},
2727
{
2828
name: 'The main bundle of the docs',
2929
webpack: false,
3030
path: main.path,
31-
limit: '176 KB',
31+
limit: '176.4 KB',
3232
},
3333
{
3434
name: 'The home page of the docs',

packages/material-ui/src/Typography/Typography.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('<Typography />', () => {
181181
testMount(<Typography variant="body1" />, true);
182182
});
183183

184-
describe.only('prop: internalDeprecatedVariant', () => {
184+
describe('prop: internalDeprecatedVariant', () => {
185185
it('still warns if the user is on a v1 theme', () => {
186186
testMount(<Typography internalDeprecatedVariant variant="headline" />, true);
187187
});

0 commit comments

Comments
 (0)