We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad91de commit c151973Copy full SHA for c151973
lib/types/testStatus.ts
@@ -2,4 +2,5 @@ export enum TestStatus {
2
new = "new",
3
ok = "ok",
4
unresolved = "unresolved",
5
+ autoApproved = "autoApproved",
6
}
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@visual-regression-tracker/sdk-js",
- "version": "4.6.3",
+ "version": "4.6.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments