-
I am using your plugin to support math formulas, but it is not compatible with CKEditor version 41.4.2. I am encountering a module duplication error while using a custom build of CKEditor's classic ed…
-
Tests with Enzyme + Karma + Mocha + Webpack
### Dependencies:
- [x] karma
- [x] karma-cli
- [x] karma-mocha
- [x] karma-chai-plugins
- [x] karma-webpack
- [x] karma-sourcemap-loader
- [x] karma-chrome…
Guin- updated
8 years ago
-
By supplying the `includeAllSources: true` flag in `coverageReporter` of `karma.conf.js`, the generated output doesn't include the untested files with the following setup. This maybe related to #192 ,…
-
Have you guys worked with the 0.9.3 build of Karma? It includes the code to define the launchers, I just can't get your launcher to work inline with 0.9.3.
Any help?
``` javascript
var webdriverConf…
-
```python3 setup.py install```
Getting these errors compiling on the v3.0.x branch with Python 3.7, `mapnik-config --version` is 3.0.22
```
In file included from src/mapnik_feature.cpp:43:
In …
ashaw updated
4 years ago
-
I got `TypeError: chunk.sortModules is not a function` when running Karma tests with Webpack version 3.4.1. The error itself comes from `extract-text-webpack-plugin` (see [this issue](https://github.c…
-
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…
-
```
#include
#include
#include
#include
#include
int main()
{
std::cout
-
I'd like to add a `.nycrc.json` in my project root and have `karma-coverage` pick up on it without needing to specify includes or excludes in my `karma.conf.js`
Example config:
```json
{
"incl…
-
This is a great library, thank you. I am having a problem where the rows do not add up to the column header. Here is my code:
```
#include
#include
#include
#include
#include
#include…