Open paulywill opened 4 years ago
I know this is probably out of scope for the guidebook... but my vs-code is showing the following problem with:
expect(container.firstChild).toMatchSnapshot()
Any ideas on how to get my vs-code to stop complaining about this?
As an aside I used import 'mocha' to get rid of problems and errors for describe and it.
import 'mocha'
describe
it
Possible solution.
https://github.com/facebook/jest/issues/8285#issuecomment-685843704
I know this is probably out of scope for the guidebook... but my vs-code is showing the following problem with:
expect(container.firstChild).toMatchSnapshot()
Any ideas on how to get my vs-code to stop complaining about this?
As an aside I used
import 'mocha'
to get rid of problems and errors fordescribe
andit
.