Skip to content

Commit 295d195

Browse files
committed
Switch to kebab-case.
1 parent 9f97127 commit 295d195

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

src/entrypoints/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { CommentEvent, CommentSpot } from '@/lib/enhancer'
2-
import { type DraftStats, statsFor } from '@/lib/enhancers/draftStats'
2+
import { type DraftStats, statsFor } from '@/lib/enhancers/draft-stats'
33
import type { GetTableRowsResponse, ToBackgroundMessage } from '@/lib/messages'
44
import {
55
CLOSE_MESSAGE_PORT,
File renamed without changes.

tests/lib/enhancers/draftStats.test.ts renamed to tests/lib/enhancers/draft-stats.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from 'vitest'
2-
import { statsFor } from '../../../src/lib/enhancers/draftStats'
2+
import { statsFor } from '../../../src/lib/enhancers/draft-stats'
33

44
describe('statsFor', () => {
55
it('should handle empty markdown', () => {
File renamed without changes.

0 commit comments

Comments
 (0)