8000 fix prop invalid key test case · Snoopbobb/vue@2a56dbb · GitHub
[go: up one dir, main page]

S 8000 kip to content

Commit 2a56dbb

Browse files
committed
fix prop invalid key test case
1 parent 67f017f commit 2a56dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/directives/prop_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (_.inBrowser) {
6868
}
6969
}
7070
})
71-
expect(hasWarned(_, 'Invalid prop key'))
71+
expect(hasWarned(_, 'Invalid prop key')).toBe(true)
7272
})
7373

7474
it('teardown', function (done) {

0 commit comments

Comments
 (0)
0