Skip to content

Instantly share code, notes, and snippets.

@alpavlove
Last active August 18, 2022 13:18
Show Gist options
  • Save alpavlove/f170179d17eb754859110137a43f223e to your computer and use it in GitHub Desktop.
Save alpavlove/f170179d17eb754859110137a43f223e to your computer and use it in GitHub Desktop.
Test React Components library
import React from 'react';
describe('Button', () => {
describe('Should be rendered correctly', () => {
test('default', () => {});
// test('success', () => {});
// test('disabled', () => {});
// test('should be clickable', () => {});
// test('should not be clickable if disabled', () => {});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment