acquit icon indicating copy to clipboard operation
acquit copied to clipboard

Parse BDD-style tests (Mocha, Jasmine) to generate documentation

Results 11 acquit issues
Sort by recently updated
recently updated
newest added

update dependencies make marked devDependency use strict everywhere

The official framework is approved by AdBlock Plus so we can serve more impressions through it. The legacy native.js is also no longer supported.

(Opening as a separate issue, from #22 , for ease of tracking) The latest version fails when trying to parse tests (`it` blocks) which use the JS ["spread" operator/syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax) ```js...

With Mocha, you can choose to skip tests, or only run particular tests using `.skip()` and `.only()`. I'm not sure how often the latter might occur in users tests... however...

Hello, first of all - thanks for the nice tool, which "acquit" is. Let me notice that there exist some BDD extensions allowing to declare additional behavior of the tests...

`async function()` should work, but haven't tried. `co.wrap()` definitely does not work.