-
I am already having the following issue with this library: I'm not using it to load maps in this micro front-end (MF), but when I run the build, this error appears:
![Screenshot from 2024-05-27 10-13…
-
## Problem
1. We use `rollup` for production bundling but use `webpack` to bundle for `karma`
2. We use `tsc` for code transpilation, other tools such as `parcel` and `vite` provide faster result …
-
package.json
```
{
"name": "test-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration …
-
This issue is to track potential improvements to Karma, which require breaking changes. It will be updated with more points as I discover them.
- [ ] Drop support for IE < 11 and other obsolete bro…
-
## The devDependency [karma-jasmine](https://github.com/karma-runner/karma-jasmine) was updated from `1.1.2` to `2.0.0`.
🚨 [View failing branch](https://github.com/angular-libs/ui-grid/compare/maste…
-
I'm trying to build a Karma configuration that runs across different developer and build machines.
The issue I'm running into is that it seems that there is no consistent way to make the base path ei…
-
Hey,
It appears that the package does not work with ES modules using the `` syntax. Take this test file for instance:
```ts
// tests/my-component-tests.ts
import chai from '../node_modules/@b…
-
**Do you want to request a _feature_ or report a _bug_?**
_bug_
**What is the current behavior?**
property `maven.test.failure.ignore` at execution level is ignored
**If the current behavior i…
-
Hi.
I am asking for help here since I can't find out how to setup my test environment with `karma-typescript`.
Using mocha, tests are running fine but as soon as I try to run tests with Karma, I…
-
Hi:
I'm trying to put together a react web app with Webpack + Karma that runs the Jasmine unit test spec with rewire-webpack. Whenever I tried running the Karma, the following error occurred:
```
WA…