python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular + karma tests failing intermittently
I recently upgraded our project's application version from 9 to 13 and as a part of it also upgraded few packages used including chromedriver, node, karma etc. Now we are using node v16 and angular v1...
mike2611
Votes: 0
Answers: 1
Karma-Jasmine How to test in angular a Router component
I want to test this header component but I don't know how to do it, Im working with angular, just want to test a router function
This is the html
<header class="site-header">
<nav...
Jhon Serna
Votes: 0
Answers: 1
Karma-jasmine How i test a close function in a modal
I need to test this, but I'm new testing and I do not have idea, I'm working with angular, I just want to test the close function and maybe if it renders.
This is the html.
<div class="modal a...
Jhon Serna
Votes: 0
Answers: 1
Angular unit test for modal popup
I want to write unit test case for modal popup component, can you please help me to write test case for constructor.
Popup.component.ts
import { Inject, Component } from '@angular/core';
import { MatD...

Kowshik
Votes: 0
Answers: 1