python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TypeError: Failed to load plugin 'jest' declared in '.eslintrc': Class extends value undefined is not a constructor or null
I was updating react-scripts to latest version i.e. 5.0.0 and started seeing above error.
One article suggested to upgrade @typescript-eslint to version ^5.0.0 in order to be compatible with eslint ve...
tarunjyot kaur
Votes: 0
Answers: 1
.babelrc Babel configuration in a Next.js app
I'm getting my hands dirty with Babel for the 1st time to convert Jest tests from ES6 syntax to commonJS; this will likely involve using the @babel/plugin-transform-modules-commonjs babel plugin which...
Jackalakalaka
Votes: 0
Answers: 1
vue test utils how to find specific input[type="checkbox"?
I am using Quasar 2 Vue 3 and @quasar/testing-e2e-jest v3.0.0-alpha.10. I have multiple q-checkbox in my vue component template which I decorated with data-test attribute. How do I find the specific c...
Kok How Teh
Votes: 0
Answers: 1
SyntaxError: Unexpected token ',' --- error-guard.js
jest config is package json
"jest": { "preset": "react-native", "setupFiles": [ "<rootDir>/jestSetup.js" ], "collectC...
Alpar Bartok
Votes: 0
Answers: 1