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)
Why can't @testing-library/user-event interact with input elements?
i've made a small repo to demontstrate my issue: https://github.com/msawatzky75/user-event-input-test
i have a few different scenarios here:
html button
div with click handler
checkbox with data-bind...
Matthew Sawatzky
Votes: 0
Answers: 1
Testing Angular Output without spying on the component instance
Let's suppose I have the following component:
@Component({
selector: 'app-dumb',
template: '<button (click)="increment()">Increment</button>'
})
export class DumbComponen...
th3n3rd
Votes: 0
Answers: 1
eslint-webpack-plugin not using its defined plugins in eslintrc.js
i am currently working on integrating eslint-webpack-plugin in my TS project. I installed eslint locally with npm i eslint --save-dev and after i initialiazed eslint with npx eslint --init. Also, i wa...
Bryan Hain
Votes: 0
Answers: 0
Cannot find module 'react' when use third party React UI lib - Vite + Preact
I'm facing this issue in this Vite started repository.
https://github.com/vicainelli/vite-starter
I'm using Vite + Preact + Vitest + Testing Library
If I'm testing any code inside the codebase, it wor...
Vinicius Cainelli
Votes: 0
Answers: 1