-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests-to-fix.txt
21 lines (20 loc) · 972 Bytes
/
tests-to-fix.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The recent console breakage was pretty embarassing. It is time to get the full
test suite up and running using ephemeral customers. The following list is the
remainder:
lib/datasources/activatable.test.ts
lib/datasources/attachment.test.ts
lib/datasources/name.test.ts
lib/datasources/requirement.test.ts
lib/datasources/status.test.ts
schema/application/resolvers/Checklist.test.ts
schema/application/resolvers/ChecklistAggregate.test.ts
schema/application/resolvers/ChecklistResult.test.ts
schema/application/resolvers/Mutation/copyFrom.test.ts
schema/application/resolvers/Mutation/setStatus.test.ts
schema/application/resolvers/Mutation/setValue.test.ts
schema/application/resolvers/Query/checklists.test.ts
schema/legacy/resolvers/Mutation/createWorker.test.ts
schema/legacy/resolvers/Mutation/updateWorker.test.ts
schema/platform/resolvers/Mutation/assign.test.ts
schema/platform/resolvers/Mutation/attach.test.ts
schema/platform/resolvers/Query/assignable.test.ts