Set up a mostly-default project with BackstopJS

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-03-31 00:42:01 -07:00
commit 6f29015422
21 changed files with 3099 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"backstop": "^1.0.1",
"backstopjs": "^6.3.25"
}
}