소스 검색

add comments

Futa Arai 9 달 전
부모
커밋
2e1269a8b4
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/remark-attachment-refs/src/client/stores/refs.spec.ts
  2. 2 0
      packages/remark-lsx/src/client/stores/lsx/lsx.spec.ts

+ 2 - 0
packages/remark-attachment-refs/src/client/stores/refs.spec.ts

@@ -1,3 +1,5 @@
+// tests for assuring axios request succeeds in version change
+
 import type { Server } from 'node:http';
 import { renderHook, waitFor } from '@testing-library/react';
 import axios from 'axios';

+ 2 - 0
packages/remark-lsx/src/client/stores/lsx/lsx.spec.ts

@@ -1,3 +1,5 @@
+// tests for assuring axios request succeeds in version change
+
 import type { Server } from 'node:http';
 import { renderHook, waitFor } from '@testing-library/react';
 import axios from 'axios';