Skip to content

Commit

Permalink
whitespace [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 5, 2020
1 parent b164332 commit 330b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/__tests__/reactive.spec.ts
Expand Up @@ -182,7 +182,7 @@ describe('reactivity/reactive', () => {
expect(isReactive(obj.foo)).toBe(true)
expect(isReactive(obj.bar)).toBe(false)
})

test('should not observe non-extensible objects', () => {
const obj = reactive({
foo: Object.preventExtensions({ a: 1 }),
Expand Down

0 comments on commit 330b822

Please sign in to comment.