Skip to content

Add jQuery matchers to Jest

For Karma tests we use jasmine-jquery which adds matchers such as .toHaveClass(). To make the migration from Karma to Jest easier (&895 (closed)), we should provide the same matchers in Jest.