Skip to content

Commit e0fcc1f

Browse files
committed
Update ++
1 parent c6fdc33 commit e0fcc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/sdk-utils/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const PERCY_REPLACE_REGEX =
1414
/MANDATORY: Aggressive, Exhaustive Percy Snapshot Integration[\s\S]*?Iteratively update every relevant test file in the directory and all subdirectories, adding Percy integration to each, one file at a time, until all are complete\./;
1515

1616
export const PERCY_SNAPSHOT_INSTRUCTION = `
17-
Call listTestFiles() to store all test files in memory and get the UUID ---STEP---
17+
Invoke listTestFiles() with the provided directories from user to gather all test files in memory and obtain the generated UUID ---STEP---
1818
Process files in STRICT sequential order using tool addPercySnapshotCommands() with below instructions as param:
1919
- Start with index 0
2020
- Then index 1

0 commit comments

Comments
 (0)