Christopher Hiller

Results 432 comments of Christopher Hiller

Here's what I'm not understanding: why do we save the files to both places? @nkolban explains in the docs why there are two filesystems: > Unfortunately, we can't just use...

@dashxdr I fixed it. PR incoming.

this can be closed for now I believe.

#19 is a dupe of this. I sent a PR for it, which is #20.

the code changes in 9fb31f6 did not work

I don't understand what I'm being asked, if anything

I don't see the point of setting Mocha's timeout to a value greater than (+1) whatever your assertion function uses; you could just disable the timeout altogether (`this.timeout(0)`). otherwise there...

(btw mochaGlobalSetup will be changing slightly in next major. it will run before any test files are loaded. right now it's run after files are loaded but before tests begin)

Thanks for explanation. I think part of my confusion is due to the tabular representation of ultimately hierarchical data. It'd be a bit more clear to me if modules were...

is there any technical reason why it couldn't be retrofitted to run in the browser?