Brian Scaturro
Brian Scaturro
Interesting. I wonder if there is a language that could be created for this, as a custom DSL perhaps? A different function could facilitate using the `IsolatedTest` class. Again language...
Hmmm.. it's either describe test behavior with annotations or with functions. I personally think a DSL describes test behavior better than annotations, and I suspect it will be easier to...
Going to document some examples here just to keep things grouped. I can't really find a good example of this being done in similar frameworks. The cleanest path seems to...
probably not a bad idea to include framework specifics in the docs - I will plan on adding some documentation for this to the site. In the meantime, it might...
@ezzatron this was always kind of the looming fear for me with scopes. It has to do with the top level suite that everything is implicitly nested under. The `2.0`...
@fesor - Scope being moved to a separate package was a mistake in hindsight. The work that was started on 2.0 worked to bring it back into the main repo....
Perhaps it is time to bring watermarkjs into the present. I am 99% sure JavaScript orthodoxy is different now. It looks like webpack may be missing the old babel loader.
Pull requests are definitely welcome
I will always accept pull requests :)
I would defer to the expertise of someone more knowledgeable than myself :) - In the past I have found DefinitelyTyped a little easier to manage - and the similar...