Add and refactor tests

This commit is contained in:
Chi Vinh Le
2018-08-06 22:21:44 +02:00
parent 95716da133
commit 3166478ec3
14 changed files with 223 additions and 87 deletions
@@ -10,7 +10,7 @@ export interface SetCommentIDInput {
export type SetCommentIDMutation = (input: SetCommentIDInput) => Promise<void>;
async function commit(
export async function commit(
environment: Environment,
input: SetCommentIDInput,
{ pym }: TalkContext