Andy Wermke

Results 447 comments of Andy Wermke

Very good question indeed. Not sure yet: Might be convenient to have ava-ts as just a tiny wrapper around the ava cli, setting the right settings to match the *.ts...

Ok, I finally used AVA v1.0 with TypeScript a few times and came to a conclusion: It works quite well, but some details were annoying. I had to copy and...

Memo to myself: Should support the [ts-node options](https://www.npmjs.com/package/ts-node#cli-and-programmatic-options) as CLI options.

Hey @wbhob. Excellent point... I played around and tried a bunch of stuff, but the bad news is I am currently not able to get working coverage reports either 😕...

Thanks for sharing, @harangue! :) Runs without crashing for me, too, but I don't get any coverage in my test project... (Source files are matched by `src/**/*.ts` in my project...

@dougmolineux Still hard to tell if this has to do with AVA-TS or just TypeScript... Are you talking about an `exclude` in the `tsconfig.json` or in the `ava` config in...

Thanks, @harangue 😊 That seems rather strange. Works on my machine™ (in multiple projects). Is it in the same project as the `nyc` coverage issue? Maybe some of that configuration...

Sorry for not answering in time! Just been so busy. Unfortunately I just quickly put something together in `/tmp` and I don't have it anymore 😕

Are you using webdriver.io? Then I suggest using the `before()` hook in your test file. And you also have the `webdriver` object: http://webdriver.io/guide.html If you are not using webdriver, you...

Ahhh, now we are on the same page. I fear that more recent webdriver versions have a different API than one and a half years ago when I wrote this......