1.4.1 • Published 12 months ago

@paalan/react-test-utils v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Paalan React UI test utils

This package contains the test utils for the Paalan React UI. This package is mainly used for testing the components.

Installation

npm install @paalan/react-test-utils

Usage

  • Import the test utils from the package and use them in your project.
import { render } from '@paalan/react-test-utils';

describe('App', () => {
  it('should render the App component', () => {
    const { container } = render(<App />);
    expect(container).toMatchSnapshot();
  });
});
1.4.1

12 months ago

1.4.0

12 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago