Skip to content

Commit fde3fc8

Browse files
Tweak formatting of tests
1 parent 0d10602 commit fde3fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: test/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ test("Async computed values can have defaults", t => {
257257
},
258258
},
259259
})
260-
const computed = vm.computedFromX// Force computed execution
260+
261+
const computed = vm.computedFromX // Force computed execution
262+
261263
t.equal(vm.x, false, 'x should default to false')
262264
t.equal(vm.y, null, 'y doesn\'t have a default')
263265
t.equal(vm.z, null, 'z doesn\'t have a default despite being defined with an object')

0 commit comments

Comments
 (0)