test on actions 🎉
continuous-integration/drone/push Build is passing Details

Tests
Lucas Delanier 2 years ago
parent b18674d801
commit 51c95d68ef

@ -1,10 +0,0 @@
import * as React from 'react';
import renderer from 'react-test-renderer';
import { MonoText } from '../StyledText';
it(`renders correctly`, () => {
const tree = renderer.create(<MonoText>Snapshot test!</MonoText>).toJSON();
expect(tree).toMatchSnapshot();
});
Loading…
Cancel
Save