-
In https://github.com/monounity/karma-typescript/issues/341 many reporters shared an issue they encountered.
After an apparent fix to suppress issues when calculating coverage, we have the remainin…
-
In [commonjs_bridge.wrapper](https://github.com/karma-runner/karma-commonjs/blob/master/src/commonjs_bridge.wrapper), karma-commonjs "requires" all files. This has the effect of running all files, whi…
-
I encountered an error when a component loaded, which is using the Angular Code Input Component. The error message received is:
```bash
- Changes detected. Rebuilding...
ERROR ReferenceError: d…
-
This is a very exciting project and I really didn't want to give up on it and walk away.
I am getting lots of errors and not sure where to start. Running the karma test fails and the same goes with …
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
## The devDependency [karma-browserstack-launcher](https://github.com/karma-runner/karma-browserstack-launcher) was updated from `1.4.0` to `1.5.0`.
🚨 [View failing branch](https://github.com/treasu…
-
### Feature Description
Hello.
I have the following karma configuration in `karma.conf.js`:
``` js
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmin…
-
I am currently working on an app using Angular 8 with the okta-auth-js library version 4.5.
Previously, in the 3.x and earlier, I was easily able to mock the okta library, however, with this one I …
-
When using a custom middleware in a SAP UI5 application as described [here](https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/), the req and res objects handed over to the m…
-
// Karma configuration
var mainBowerFiles = require('main-bower-files');
const path = require('path');
function listFiles() {
// Instead of manually specifying bower files, inject all the MAIN…