Răsfoiți Sursa

remove .only

Henry Jameson 2 luni în urmă
părinte
comite
32d82f10d9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/unit/specs/components/gallery.spec.js

+ 1 - 1
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', () => {