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

🦥 Be lazy, write simple tests in comments.

Results 5 typescript-expect-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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)