DouglasNeuroInformatics / libui

Generic UI components for DNP projects, built using React and TailwindCSS
https://douglasneuroinformatics.github.io/libui/
Apache License 2.0
2 stars 2 forks source link

docs: fix typo in readme usage code for tailwind css config #27

Closed Flyinchicken closed 4 months ago

gdevenyi commented 5 months ago

Can you please look at the failing checks here.

Flyinchicken commented 5 months ago

Can you please look at the failing checks here.

Tests for the form component failed. The fireEvent.submit function is called (to mock a submission of the form) but the test spy did not count the onSubmit function call leading to expect(onSubmit).toHaveBeenCalledOnce() failed. I need to take a closer look at this.

joshunrau commented 4 months ago

Thanks! The test issue is now fixed. Can you just fix the conflict then can merge.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 2.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: