remove .only
This commit is contained in:
parent
0dd343f2d4
commit
32d82f10d9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue