]> Untitled Git - lemmy.git/commit
Changing unit tests to api v2.
authorDessalines <tyhou13@gmx.com>
Sun, 20 Dec 2020 21:16:57 +0000 (16:16 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 20 Dec 2020 21:16:57 +0000 (16:16 -0500)
commit5af8257e198be60818c2e9d48ae77f4c0e0f707f
tree7dc790fd3e51eff4f6a1d698fbeab229f75ad77a
parenta27b7f8d1f0c31097b77e4551aaf7dabe2b9ae3d
Changing unit tests to api v2.
13 files changed:
api_tests/.eslintrc.json [new file with mode: 0644]
api_tests/.prettierrc.js [new file with mode: 0644]
api_tests/package.json
api_tests/src/comment.spec.ts
api_tests/src/community.spec.ts
api_tests/src/follow.spec.ts
api_tests/src/post.spec.ts
api_tests/src/private_message.spec.ts
api_tests/src/shared.ts
api_tests/src/user.spec.ts
api_tests/tsconfig.json [new file with mode: 0644]
api_tests/yarn.lock
src/routes/api.rs