Jack Robards
Jack Robards
I think this possibly has to do with the `mjml` package version being a bit out of date. Steps to Reproduce: 1. Run `mju --build` targeting the below `test.mjml` file....
**Question** Would it be possible to add explicit `d3-shape`, `d3-force`, and `d3-hierarchy` dependencies to the package.json file for amCharts5? From what I can tell, all of these are already used...
## What I did Add support for test files that do not use a `describe` block (aka "flat") to the junit-reporter. A file like this would now be included in...
Currently, if you have a test file like this: ```javascript it('under addition', function () { chai.expect(1 + 1).to.equal(2); }); it('null hypothesis', function () { chai.expect(true).to.be.true; }); it('asserts error', function ()...