Paul Anthony
Paul Anthony
Not a great solution - but a solution none the less: ``` jest.mock("react-hot-toast", () => ({ Toaster: () => test, })); ```
@timolins - yep, I've just upgraded there and re-ran my test suite. y.keyframes is not a function is the error now.
@ummahusla - Has your babelrc file got typescript in there? This project out of the box is just dealing with .JS extension , it'd guess that's what you need to...
From my perspective I guess so. The solution works, whether there needs to be a pull request to resolve for everyone rather than a case by case solution on a...
@shylands - I had a bash at some initial content tonight hopefully some other people can help flesh this out to turn into a page.
FYI: ``` export enum Shortcuts { NEW_NOTE = 'ctrl+alt+n', NEW_CATEGORY = 'ctrl+alt+c', DELETE_NOTE = 'ctrl+alt+u', SYNC_NOTES = 'ctrl+alt+l', DOWNLOAD_NOTES = 'ctrl+alt+o', PREVIEW = 'alt+ctrl+p', TOGGLE_THEME = 'alt+ctrl+k', SEARCH = 'alt+ctrl+f',...