mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 14:10:33 +03:00
fix: remove only descriptors
This commit is contained in:
@@ -50,7 +50,7 @@ describe('generators', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (testFn && typeof testFn === 'function') {
|
if (testFn && typeof testFn === 'function') {
|
||||||
test.only(`${action} a tag`, () => {
|
test(`${action} a tag`, () => {
|
||||||
expect.hasAssertions()
|
expect.hasAssertions()
|
||||||
testFn()
|
testFn()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ describe('updaters', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (testFn && typeof testFn === 'function') {
|
if (testFn && typeof testFn === 'function') {
|
||||||
test.only(`${action} a tag`, () => {
|
test(`${action} a tag`, () => {
|
||||||
expect.hasAssertions()
|
expect.hasAssertions()
|
||||||
testFn()
|
testFn()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user