olore / ag-grid-testing-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPDATE: Fixed with https://github.com/olore/ag-grid-testing-library/commit/07357b611a62f735a7b5df5168cfb36ba96300bc

Help me fix this problem

npm install
npm run test

There are 2 passing and 3 failing tests in App.test.js.

 FAIL  src/App.test.js
  the tests
    headers
      ✕ renders all the headers (175ms)
    data
      ✓ renders field for make (54ms)
      ✓ renders field for model (49ms)
      ✕ renders field for price (50ms)
      ✕ renders field for color (51ms)

I can't figure out anything beyond the 2nd column isn't rendered for react-testing-library.

Other info

Screenshot

Nothing fancy! Screenshot

About


Languages

Language:JavaScript 75.7%Language:HTML 15.8%Language:CSS 8.5%