-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.baserc.json
10 lines (10 loc) · 975 Bytes
/
.baserc.json
1
2
3
4
5
6
7
8
9
10
{
"name": "@dword-design/node",
"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": "unify-mocha-output", "description": "Adjusts a Mocha output so that it is consistent across platforms and can be used for snapshot testing. Basically adjusts the checkmark symbol and removes time values." }
]
}