浏览代码

remove .only

Henry Jameson 2 月之前
父节点
当前提交
32d82f10d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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', () => {