diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-21 11:56:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-21 11:56:34 +0300 |
| commit | 32d82f10d9e8ffd8b55f777f8865087981abdea7 (patch) | |
| tree | 2ba9bfa091f9d42f5c08c5742670fca2a1763cdf /test/unit/specs/components/gallery.spec.js | |
| parent | 0dd343f2d40939900d12f8c42c5c7d4d6be97f63 (diff) | |
remove .only
Diffstat (limited to 'test/unit/specs/components/gallery.spec.js')
| -rw-r--r-- | test/unit/specs/components/gallery.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/specs/components/gallery.spec.js b/test/unit/specs/components/gallery.spec.js index 108e2b6b..3c92ae26 100644 --- 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', () => { |
