21 Commits

Author SHA1 Message Date
69a29f0a31
fix linting 2023-03-28 01:36:52 +02:00
c874fb6ca1
Merge branch 'master' into eslint-plugin-import-fixes 2023-03-28 01:08:16 +02:00
eefdf5ae58
Merge branch 'master' into eslint-plugin-jest-fixes 2023-03-28 00:39:18 +02:00
d237331b5b
Merge branch 'master' into events-contribution-message 2023-03-23 14:10:34 +01:00
c54e6fb8ae
new rules + fixes 2023-03-12 02:19:10 +01:00
04a87be90d
fix eslint jest errors 2023-03-10 13:09:35 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
fd912fb6c8
tests for the two new events 2023-03-07 13:16:51 +01:00
0b8ac928cf
more detailed error messages 2023-02-07 18:24:20 +01:00
33e87ddd92
fix logger on contributionMessageResolver 2023-02-03 00:13:25 +01:00
Wolfgang Huß
98798d3322 Adjust test of 'sendAddedContributionMessageEmail' in 'ContributionMessageResolver.test.ts' 2022-11-22 17:24:36 +01:00
elweyn
61f59a2594 Remove query of contribution message resolver test since it is never used. 2022-09-22 12:34:03 +02:00
elweyn
4461ff92a5 Correct tests after changing login and logout from queries to mutations. 2022-09-22 12:22:56 +02:00
elweyn
0820d8d529 Tests that the method sendAddedContributionMessageEmail is called. 2022-09-14 09:04:39 +02:00
elweyn
aa9d60c78c Add test that admin can not call adminCreateContributionMessage on own contribution 2022-09-06 11:07:23 +02:00
elweyn
2177c501c3 Remove cleanDB in most afterAll so we don't need to seed contribution and contribution messages again in later tests. 2022-09-01 10:24:42 +02:00
elweyn
d402b871e4 Test that adminCreateContributionMessage, createContributionMessage & listContributionMessages gives the right values back. 2022-08-31 12:26:29 +02:00
elweyn
4ce8ec5bed Change error message from createContributionMessage, remove describe block without tests. 2022-08-29 13:25:42 +02:00
elweyn
ac4f7dc04a Add test with non existing contributionId. 2022-08-29 13:16:44 +02:00
elweyn
8b62696c91 Add test that listContributionMessages throws error for non authenticated user. 2022-08-29 13:07:24 +02:00
elweyn
7156f1afd5 Setup Test file for ContributionMessageResolver. 2022-08-29 12:58:01 +02:00