Skip to content

Commit

Permalink
fix: see also
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Jun 29, 2021
1 parent 949bc2b commit db2b2bf
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 144 deletions.
9 changes: 9 additions & 0 deletions .baserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"seeAlso": [
{ "repository": "output-files", "description": "Output a tree of files and directories by providing an object. Especially useful for testing with real files." },
{ "repository": "with-local-tmp-dir", "description": "Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing." },
{ "repository": "expect-mocha-image-snapshot", "description": "A wrapper around jest-image-snapshot that makes it compatible to Mocha." },
{ "repository": "jest-image-matcher", "description": "A Jest matcher for image comparisons based on pixelmatch. Can also be used with Mocha. Useful for visual regression testing." },
{ "repository": "mock-argv", "description": "Temporarily overrides the command line arguments. This is useful for testing." }
]
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing w
Thanks a lot for your support! ❤️
## See Also
* [output-files](https://github.com/dword-design/output-files): Output a tree of files and directories by providing an object. Especially useful for testing with real files.
* [with-local-tmp-dir](https://github.com/dword-design/with-local-tmp-dir): Creates a temporary folder inside cwd, cds inside the folder, runs a function, and removes the folder. Especially useful for testing.
* [expect-mocha-image-snapshot](https://github.com/dword-design/expect-mocha-image-snapshot): A wrapper around jest-image-snapshot that makes it compatible to Mocha.
* [jest-image-matcher](https://github.com/dword-design/jest-image-matcher): A Jest matcher for image comparisons based on pixelmatch. Can also be used with Mocha. Useful for visual regression testing.
* [mock-argv](https://github.com/dword-design/mock-argv): Temporarily overrides the command line arguments. This is useful for testing.
## License
[MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)
Expand Down
Loading

0 comments on commit db2b2bf

Please sign in to comment.