logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 32d82f10d9e8ffd8b55f777f8865087981abdea7
parent 0dd343f2d40939900d12f8c42c5c7d4d6be97f63
Author: Henry Jameson <me@hjkos.com>
Date:   Sat, 21 Sep 2024 11:56:34 +0300

remove .only

Diffstat:

Mtest/unit/specs/components/gallery.spec.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit/specs/components/gallery.spec.js b/test/unit/specs/components/gallery.spec.js @@ -1,6 +1,6 @@ import Gallery from 'src/components/gallery/gallery.vue' -describe.only('Gallery', () => { +describe('Gallery', () => { let local it('attachments is falsey', () => {