mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
chore: remove .only from tests
This commit is contained in:
parent
769c053cff
commit
9d54f8bdfe
@ -249,7 +249,7 @@ describe('api: setup context', () => {
|
||||
})
|
||||
|
||||
// #12561
|
||||
it.only('setup props should be reactive', () => {
|
||||
it('setup props should be reactive', () => {
|
||||
const msg = ref('hi')
|
||||
|
||||
const Child = {
|
||||
|
Loading…
Reference in New Issue
Block a user