1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 02:15:41 +02:00

test(backend): restore ap-request tests (#9997)

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
Kagami Sascha Rosylight
2023-02-24 08:10:48 +01:00
committed by GitHub
parent 8856d68571
commit d1d3b48e51
3 changed files with 105 additions and 107 deletions

View File

@@ -37,6 +37,7 @@
},
"compileOnSave": false,
"include": [
"./**/*.ts"
"./**/*.ts",
"../src/@types/**/*.ts",
]
}