rock-core / vscode-rock

VSCode extension for Rock integration
MIT License
1 stars 1 forks source link

can't release with `istanbultestrunner.ts` in the package #16

Closed doudou closed 6 years ago

doudou commented 6 years ago

It doesn't compile under typescript, fails with

src/test/istanbultestrunner.ts(75,18): error TS2339: Property 'on' does not exist on type 'IRunner'

This blocks releasing with the file in the package, as compiling with tsc is (obviously) a reprequisite.