run prettier (#7172)

This commit is contained in:
dblythy
2021-02-12 20:18:49 +11:00
committed by GitHub
parent dc1133d355
commit e53b6c2f87
5 changed files with 28 additions and 23 deletions

View File

@@ -2048,9 +2048,9 @@ describe('Parse.Query testing', () => {
const query = new Parse.Query(TestObject);
query.matches(
'myString',
'parse # First fragment. We\'ll write this in one case but match insensitively\n' +
'.com # Second fragment. This can be separated by any character, including newline;' +
'however, this comment must end with a newline to recognize it as a comment\n',
"parse # First fragment. We'll write this in one case but match insensitively\n" +
'.com # Second fragment. This can be separated by any character, including newline;' +
'however, this comment must end with a newline to recognize it as a comment\n',
'mixs'
);
query.find().then(