We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910daa2 commit 3edcfddCopy full SHA for 3edcfdd
1 file changed
src/timezone.test.ts
@@ -2,7 +2,7 @@ import { describe, it, expect } from 'vitest';
2
3
import { formatLocalTime } from './timezone.js';
4
5
-// --- formatLocalTime ---
+// --- formatLocalTime のテスト ---
6
7
describe('formatLocalTime', () => {
8
it('UTC をローカル時刻表示に変換する', () => {
0 commit comments