chore: run prettier on entire test dir
This commit is contained in:
@@ -36,9 +36,7 @@ describe('array-update', () => {
|
||||
},
|
||||
});
|
||||
|
||||
const arrayWithExistingValues = [
|
||||
...doc.array,
|
||||
];
|
||||
const arrayWithExistingValues = [...doc.array];
|
||||
|
||||
const updatedText = 'this is some new text for the first item in array';
|
||||
|
||||
@@ -47,7 +45,6 @@ describe('array-update', () => {
|
||||
required: updatedText,
|
||||
};
|
||||
|
||||
|
||||
const updatedDoc = await payload.update<ArrayCollection>({
|
||||
id: doc.id,
|
||||
collection,
|
||||
|
||||
Reference in New Issue
Block a user