Skip to content

Commit d781198

Browse files
committed
add todo items to describe how additional functionality should be tested
1 parent 9d08980 commit d781198

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/analysis/buildTypeWeights.test.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ xdescribe('Test buildTypeWeightsFromSchema function', () => {
120120
},
121121
});
122122
});
123+
124+
// TODO: Tests should be written to acount for the additional scenarios possible in a schema
125+
// Mutation type
126+
// Subscription type
127+
// List type
128+
// Enem types
129+
// Interface
130+
// Unions
131+
// Input types
123132
});
124133

125134
describe('changes "type weight object" type weights with user configuration of...', () => {
@@ -198,6 +207,11 @@ xdescribe('Test buildTypeWeightsFromSchema function', () => {
198207

199208
expect(typeWeightObject).toEqual({ expectedOutput });
200209
});
210+
211+
// TODO: Tests should be written for the remaining configuration options
212+
// mutations
213+
// connections
214+
// subscriptions
201215
});
202216

203217
describe('throws an error if...', () => {

0 commit comments

Comments
 (0)