remove .only
This commit is contained in:
parent
0dd343f2d4
commit
32d82f10d9
|
@ -1,6 +1,6 @@
|
||||||
import Gallery from 'src/components/gallery/gallery.vue'
|
import Gallery from 'src/components/gallery/gallery.vue'
|
||||||
|
|
||||||
describe.only('Gallery', () => {
|
describe('Gallery', () => {
|
||||||
let local
|
let local
|
||||||
|
|
||||||
it('attachments is falsey', () => {
|
it('attachments is falsey', () => {
|
||||||
|
|
Loading…
Reference in a new issue