chore: run updated prettier
This commit is contained in:
@@ -422,7 +422,7 @@ describe('reactivity/collections', () => {
|
||||
const proxy = reactive(raw)
|
||||
const thisArg = {}
|
||||
let count = 0
|
||||
proxy.forEach(function(this: {}, value, _, set) {
|
||||
proxy.forEach(function (this: {}, value, _, set) {
|
||||
++count
|
||||
expect(this).toBe(thisArg)
|
||||
expect(value).toBe('value')
|
||||
|
||||
Reference in New Issue
Block a user