diff --git a/src/snippets.json b/src/snippets.json index 698794c..799551d 100644 --- a/src/snippets.json +++ b/src/snippets.json @@ -2436,7 +2436,7 @@ "description": "Expect toBe", "types": "typescript", "body": [ - "expect($1).toBe($1);", + "expect($1).toBe($2);", "$0" ] },