typescript-expect-plugin
typescript-expect-plugin copied to clipboard
Great tool,will it support plain JavaScript comment?
Great tool,will it support plain JavaScript comment?like jsdoc-test or doctest in python
@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.