Skip to content

Commit

Permalink
prefer testing public API
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 8, 2021
1 parent 2c9218c commit 3475897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-utils/src/integerPropType.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import { expect } from 'chai';
import PropTypes from 'prop-types';
import { integerPropType } from '@material-ui/utils';
import { getTypeByValue } from './integerPropType';
import { integerPropType } from '.';

describe('integerPropType', () => {
const location = '';
Expand Down

0 comments on commit 3475897

Please sign in to comment.