chore: remove it.only
This commit is contained in:
parent
8edfbf9df9
commit
b3282028bb
@ -74,7 +74,7 @@ describe('api: setup context', () => {
|
||||
expect(dummy).toBe(1)
|
||||
})
|
||||
|
||||
it.only('setup props should resolve the correct types from props object', async () => {
|
||||
it('setup props should resolve the correct types from props object', async () => {
|
||||
const count = ref(0)
|
||||
let dummy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user