2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 05:49:37 +03:00

fix: remove only descriptors

This commit is contained in:
pimlie
2019-02-10 09:46:09 +01:00
parent 6bbcf74c94
commit c08e461857
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ describe('generators', () => {
}
if (testFn && typeof testFn === 'function') {
test.only(`${action} a tag`, () => {
test(`${action} a tag`, () => {
expect.hasAssertions()
testFn()
})
+1 -1
View File
@@ -86,7 +86,7 @@ describe('updaters', () => {
}
if (testFn && typeof testFn === 'function') {
test.only(`${action} a tag`, () => {
test(`${action} a tag`, () => {
expect.hasAssertions()
testFn()
})