typescript-expect-plugin icon indicating copy to clipboard operation
typescript-expect-plugin copied to clipboard

Great tool,will it support plain JavaScript comment?

Open rick-yo opened this issue 4 years ago • 1 comments

Great tool,will it support plain JavaScript comment?like jsdoc-test or doctest in python

rick-yo avatar Jun 03 '20 05:06 rick-yo

@luv-sic It's not possible to do it with typescript plugins. You need typescript in your project.

I'll try to reimplement this plugin as eslint plugin - it will be possible to use in non TS projects. It will also be possible to run tests with eslint command.

Idered avatar Jun 03 '20 07:06 Idered