Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 4, 2024
1 parent 47cda28 commit 6803204
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/components/MarkdownContent.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { describe, it, expect } from 'vitest'
import { ref } from 'vue'
import { mount } from '@vue/test-utils'
Expand Down
2 changes: 0 additions & 2 deletions src/components/MarkdownUi.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { vi, describe, it, expect, beforeEach } from 'vitest'
import { mount, flushPromises } from '@vue/test-utils'
import { ref } from 'vue'
Expand Down
2 changes: 0 additions & 2 deletions src/components/toolbar/InfoTooltip.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
import { h } from 'vue'
Expand Down
2 changes: 0 additions & 2 deletions src/components/toolbar/MarkdownToolbar.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { describe, it, expect } from 'vitest'
import { ref, h } from 'vue'
import { mount } from '@vue/test-utils'
Expand Down
2 changes: 0 additions & 2 deletions src/components/toolbar/ToolbarButton.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
import { h } from 'vue'
Expand Down
2 changes: 0 additions & 2 deletions src/components/toolbar/TooltipShortcut.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest unit test spec file

import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'
import TooltipShortcut from './TooltipShortcut.vue'
Expand Down

0 comments on commit 6803204

Please sign in to comment.