-
Requires #13 to be implemented first.
Start write Unit Test for app.
Some ideas:
https://www.sitepoint.com/unit-and-e2e-testing-in-angularjs/
Never actually done it before :P so any suggestions is w…
-
This is the karma configuration for predecessors I'm using but it's still exporting code converge for all files including models, enums and mock files.
```
preprocessors: {
// source files, …
-
First of all, thanks for the great work on karma-typescript!
I am not sure, if this is an issue with my configuration, karma-typescript or one of its dependencies.
## Description
I have been …
-
## Version **2.0.2** of [karma](https://github.com/karma-runner/karma) was just published.
Branch
Build failing 🚨
Dependency
karm…
-
I upgraded to Angular 12 and get the error `GET http://localhost:5000/common.js net::ERR_ABORTED 404 (Not Found)`
I can see that `common.js` is not generated either by `ng build shell`
Anyone has th…
-
Hi,
when trying the latest commit, I get the identity of the user which is connecting, but not its challenge/response hash. I can get this information with hostapd-wpe or an old commit of hostapd-m…
-
When runing the test i am getting this issue -
```
Cookie has domain set to the public suffix "localhost" which is a special use domain. To allow this, configure your CookieJar with {allowSpecial…
-
Make `Ava + power assert + enzyme` as an optional testing configuration.
`Karma + mocha + expect + react-test-utils` is current default.
-
Most people author their code as es modules now, and many browsers can load them natively.
I'd like to write my tests as es modules as well, and just run them out of the box with karma without any …
-
Followed the configuration in the read me but I am getting the following error:
```
Error: Could not find any modules. Did you remember to set 'preprocessors' in your Karma config?
at /Development/…