ae37f76b1c
* make titles look prettier * link to parties from transactions table * render what data is found conditionally * more syntax highlighting * re-jig file orders * remove footer component for now * add subheading component * adjust column layout * Style up header * enable ligatures * change env files * fix error if data is null * show governance header even if there is no data * remove dead css * add dark theme for block explorer * use memo on parties submit * remove some css from header * basic search implementation * allow passing classNames to form group * add tests for form group * add form-grpup stories * bad rebase fixes * add link * tidy up tests * fix tests * tidy up env files * final test fixes * switch order of classes * fix test id * force build for testing * rename file for linting * add tests for header component * rename export * input error tests * use descriptive function names as per PR comment * fix casing issue for CI * handle empty state * make query easier to understand
6 lines
241 B
TypeScript
6 lines
241 B
TypeScript
// jest-dom adds custom jest matchers for asserting on DOM nodes.
|
|
// allows you to do things like:
|
|
// expect(element).toHaveTextContent(/react/i)
|
|
// learn more: https://github.com/testing-library/jest-dom
|
|
import '@testing-library/jest-dom';
|