You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [code](./src/index.ts) and [typings](./src/type.ts). The API client is written in TypeScript, so you can get auto-completion and type checking in any TypeScript Language Server powered editor or IDE.
@@ -143,7 +160,7 @@ npm run test:e2e
143
160
144
161
Set `HACKMD_E2E_MUTATIONS=1` to run write tests against your account:
145
162
146
-
-**Notes:** create → get → update (title, content, tags) → list → delete.
163
+
-**Notes:** create → get → update (title, content, tags) → upload fixture image → list → delete.
147
164
-**Folders:** one integration test runs create (root + nested) → get → update → list → folder-order round-trip (skipped if that API returns 404) → delete. If **POST `/folders`** returns 404 (common before full production rollout), the test exits early with a warning; use staging or `HACKMD_E2E_FOLDERS=0`.
0 commit comments