This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2024-11-25 18:30:41 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d95f2f1db
grafana
/
public
/
test
/
setupTests.ts
5 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Testing: Use React Testing Library (#27072) * Add RTL * Add setupTests.ts * Refactor DashboardSearch tests
2020-08-20 08:21:42 -05:00
import
'@testing-library/jest-dom'
;
Tests: Adds expects for observables (#28929) * 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
2020-11-18 08:18:55 -06:00
import
{
matchers
}
from
'./matchers'
;
expect
.
extend
(
matchers
)
;
Reference in New Issue
Copy Permalink