UNPKG

test-react-ui-button

Version:

The test-react-ui-button component provides users a way to trigger actions in the UI.

14 lines (13 loc) 278 B
{ "setupFiles": [ "raf/polyfill", "./jestsetup.js" ], "snapshotSerializers": [ "./node_modules/enzyme-to-json/serializer" ], "moduleNameMapper": { "\\.(svg|jpg|png)$": "<rootDir>/__mocks__/fileMock.js", "\\.(css|scss)$": "identity-obj-proxy" } }