We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d10602 commit fde3fc8Copy full SHA for fde3fc8
test/index.js
@@ -257,7 +257,9 @@ test("Async computed values can have defaults", t => {
257
},
258
259
})
260
- const computed = vm.computedFromX// Force computed execution
+
261
+ const computed = vm.computedFromX // Force computed execution
262
263
t.equal(vm.x, false, 'x should default to false')
264
t.equal(vm.y, null, 'y doesn\'t have a default')
265
t.equal(vm.z, null, 'z doesn\'t have a default despite being defined with an object')
0 commit comments