misskey/packages/backend
tamaina 18dbcfa0b0
test(server): add validation test of api:notes/create (#10090)
* fix(server): notes/createのバリデーションが効いていない
Fix #10079

Co-Authored-By: mei23 <m@m544.net>

* anyOf内にバリデーションを書いても最初の一つしかチェックされない

* ✌️

* wip

* wip

* ✌️

* RequiredProp

* Revert "RequiredProp"

This reverts commit 7469390011.

* add api:notes/create

* fix lint

* text

* ✌️

* improve readability

---------

Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-26 11:28:05 +09:00
..
.vscode
assets Update apple-touch-icon.png 2023-02-24 18:18:50 +09:00
migration fix(server): 全ての通知が削除されてしまうのを修正 2023-02-23 14:01:18 +00:00
nsfw-model
src test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
test test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
.eslintignore
.eslintrc.cjs test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
.madgerc
.swcrc
check_connect.js 起動時にRedisの疎通確認を行う (#9832) 2023-02-24 14:09:17 +09:00
jest.config.cjs test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
jsconfig.json
ormconfig.js
package.json Windows環境でswcを使うと正常にビルドができない問題の修正 (#10074) 2023-02-25 05:22:36 +09:00
README.md
tsconfig.json test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
watch.mjs

Misskey Backend