Futa Arai 7 месяцев назад
Родитель
Сommit
2e1269a8b4

+ 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 type { Server } from 'node:http';
 import { renderHook, waitFor } from '@testing-library/react';
 import { renderHook, waitFor } from '@testing-library/react';
 import axios from 'axios';
 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 type { Server } from 'node:http';
 import { renderHook, waitFor } from '@testing-library/react';
 import { renderHook, waitFor } from '@testing-library/react';
 import axios from 'axios';
 import axios from 'axios';