Add toHaveTrackingAttributes matcher
- This matcher helps simplify matching the tracking attributes against an element - We also update sidebar_tracking_spec to use this new matcher
Showing
... | ... | @@ -234,6 +234,7 @@ |
"istanbul-reports": "^3.0.0", | ||
"jest": "^26.5.2", | ||
"jest-canvas-mock": "^2.1.2", | ||
"jest-diff": "^27.4.6", | ||
"jest-environment-jsdom": "^26.5.2", | ||
"jest-junit": "^12.0.0", | ||
"jest-raw-loader": "^1.0.1", | ||
... | ... |
Please register or sign in to comment