chore: remove it.only

This commit is contained in:
Evan You 2019-10-26 10:27:49 -04:00
parent 8edfbf9df9
commit b3282028bb

View File

@ -74,7 +74,7 @@ describe('api: setup context', () => {
expect(dummy).toBe(1) 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) const count = ref(0)
let dummy let dummy