tkrotoff / getByRolePerfIssue

getByRole perf issue example #820

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getByRolePerfIssue

testing-library/dom-testing-library#820

> jest --verbose --no-cache

 PASS  src/Form.test.tsx
  ✓ getByText() (473 ms)
  ✓ getByRole() (1454 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        2.804 s
> jest --verbose --no-cache

 PASS  src/Form.test.tsx
  ✓ getByText() (161 ms)
  ✓ getByRole() (150 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        0.834 s

About

getByRole perf issue example #820

License:MIT License


Languages

Language:JavaScript 69.8%Language:TypeScript 27.3%Language:HTML 3.0%