Craig Spence
Craig Spence
https://github.com/phenomnomnominal/tuner.coffee/blob/master/tuner.js đ
Because the test runs on the generated JavaScript code, the code *has* to be saved before the test can run. I guess it might be possible to save to a...
Yeah, cause it saves the file. The âcancelâ is definitely broken, but I donât know exactly how youâd like it to work?
We could possibly add `author` metadata to Features/POs?
Which version of `@phenomnomnominal/protractor-use-mocha-hook` is installed?
Hey! This is an annoying one - the build output of @betterer/[email protected] has `require`s in it, and my publish scripts didn't pick up the change to output formatting as a...
Has a quick look - would you mind checking if changing: ```traverse.ts if (node.parent != null) { ancestors.unshift(node.parent); } iterator(node, ancestors); let children: Array = []; ``` to: ```traverse.ts iterator(node,...
Very sorry for not getting back to this, but on the off change you see it, just want to check: 1) Have you set the [Jest `coverageDirectory` for the output?](https://jestjs.io/docs/configuration#coveragedirectory-string)...
So this is a really tricky one - it seems like it only happens in some situations are I can't really work out how or why? Are you able to...