docs: fix syntax highlighting unit testing example

This commit is contained in:
Stefano Volpe 2024-07-06 07:33:24 +00:00 committed by GitHub
parent 9e0c922b3f
commit 3095fbe07b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -445,7 +445,7 @@ var abc = function(d) {
}
baz();
^ !variable
// <- !variable
};
```