mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
4b711372c5
* Tests: Adds expects for observables * Refactor: renames matcher * Chore: changed jest version and removed as dev dependency * Refactor: Changes after PR review * wip * Chore: revert * Chore: Adds jest-matcher-utils * Chore: fixed merge error * Tests: Removed inline snapshots as they are env dependent * Tests: missed a snapshot * Refactor: Removed type file after PR comments
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import '@testing-library/jest-dom';
|
|
import { matchers } from './matchers';
|
|
|
|
expect.extend(matchers);
|