You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// packages/svelte/jest.setup.js
|
|
|
|
// Extends Jest's expect method with matchers from @testing-library/jest-dom
|
|
// For example, to use `expect(element).toHaveTextContent(/react/i)`
|
|
import "@testing-library/jest-dom";
|
|
|