-
### Expected behavior
`karma start test/karma.conf.js`
connect to socket and watch files
### Actual behavior
the console just output:
`Starting borser PhantomJS`
### Enviroment Details
- Karma vers…
-
Framework, initial requirements, workflow, etc. etc.
-
Hi, I have 2 connections. First one I've created with `mogosse.coonect(uri, options)` and second one I've created with `mongoose.createConnection(uri, options) `.
First connection mocks perfectly b…
ghost updated
6 years ago
-
The autorespond feature was reverted due to it increasing the size of the settings panel interactive post past the limit that `post.Props` allows. The task here is to adjust the settings panel to acco…
-
Currently parameter collectionName is set once for the complete collection.
Would be better if this is done in each request
-
When my `PolymerTemplate` gets initialized, I want its dependencies wired by constructor (and setter) injection so that:
- I can easily unit-test my components by supplying mocks
- I can make my c…
-
Hi all,
I have a project that is working on all of the development workstations cross-platform, but not on my Jenkins server. If I remote in with the same account Jenkins uses and run `grunt karma`, …
-
When using the mock server, it would be super useful to have the log exposing the raw data, like the body, headers, and not wrapping them into the UI.
Although it's a nice ui, it's hard to use w…
-
**Doc request for unit testing signalr in a ASP.NetCore 2.2 app**
I am currently working on a signalr application and I want to be able to test my hubs. I couldn't find any information about unit tes…
-
My app talks to multiple APIs.
I want to be able to mock part or all of any subset of those APIs.
After discovering this didn't work out of the box, I thought passing a single pretender instance t…