typescript-expect-plugin
typescript-expect-plugin copied to clipboard
🦥 Be lazy, write simple tests in comments.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
The `executeTest` function require tmp file by `ts-node`. So if there is `import` clause in typescript file it won't working! ```js import { minus } from "./utils"; /** * @expect...
So it can be added as another npm script
Great tool,will it support plain JavaScript comment?like [jsdoc-test](https://github.com/yamadapc/jsdoctest) or [doctest in python](https://docs.python.org/3/library/doctest.html)