Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit cc257b8

Browse files
committed
only pick up on intended title prop
1 parent 9d0e527 commit cc257b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ steps:
147147
action_id: fileContents
148148
filename: 'src/List.jsx'
149149
- type: gate
150-
left: '/>\s*{\s*this\.props\.title\s*}\s*<\s*/gm'
150+
left: '/h2">\s*{\s*this\.props\.title\s*}\s*<\s*/gm'
151151
operator: test
152152
right: '%actions.fileContents%'
153153
else:

0 commit comments

Comments
 (0)