-
Good afternoon,
I'm using react with karma and vite, while i'm running the coverage, it saws that some semicolon are not covered, usually in first imports.
image
I checked that we are using the…
-
### Operating System
windows 10
### Environment (if applicable)
Angular 15.2.9
### Firebase SDK Version
9.23.0
### Firebase SDK Product(s)
Messaging
### Project Tooling
An…
-
When a test fails if colors are active in the report (for example with karma-jasmine-diff-reporter) the following exception is thrown, interrupting the test execution:
`08 05 2020 17:18:37.002:ERROR …
-
When I start karma, it starts up a new Chrome instance (as expected). However, the Chrome instance hangs trying to load the page (eventually prompting me to either kill the tab or wait for it). Karma …
-
I'm using karma with an angular project. When I do ng test --browsers=Chrome it will run the test the first time.
If I make a change to a file it will compile and then the tests won't get rerun. If I…
-
## Issue:
I wanted to get a report on both the console and in an output folder. However, when I add `type: 'html'`, the tests goes into infinite loop.
Karma.config.js:
```
files: [
{patt…
cvlos updated
5 years ago
-
### 安装
1. 安装 [karma](https://www.npmjs.com/package/karma)
2. 安装 [karma cli](https://www.npmjs.com/package/karma-cli),用于在终端使用karma
`npm install karma-cli -g`
3. 安装 [chai](http://chaijs.com/) (或其它断言库…
-
## Version **2.0.4** of **karma-coverage-istanbul-reporter** was just published.
Branch
Build failing 🚨
Dependency
karma-coverage…
-
Running karma with grunt using jasmine, and phantomjs seems to crash a few tests before the end. This recently started happening, not sure why.
adding `--verbose` to the end of the grunt command didn…
-
I have the following error : `Uncaught SyntaxError: Unexpected token import
at path/test/BootStrapFormView.Test.js:3`
Here my Karma configuration file and my package.json
karma.conf.js
``` javasc…