Skip to content

Commit 211fc29

Browse files
committed
removed some notes on implementation details. Not relevent in tests
1 parent 7202a25 commit 211fc29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/analysis/buildTypeWeights.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ xdescribe('Test buildTypeWeightsFromSchema function', () => {
215215
weight: 1,
216216
fields: {
217217
// FIXME: check the best solution during implementation and update the tests here.
218-
// we could maybe use a closure with the type already included to make this function more easily called
219218
reviews: (arg: number, type: Type) => arg * type.weight,
220219
// code from PR review -> reviews: (type) => args[multiplierName] * typeWeightObject[type].weight
221220
},
@@ -250,7 +249,6 @@ xdescribe('Test buildTypeWeightsFromSchema function', () => {
250249
weight: 1,
251250
fields: {
252251
// FIXME: check the best solution during implementation and update the tests here.
253-
// we could maybe use a closure with the type already included to make this function more easily called
254252
friends: (arg: number, type: Type) => arg * type.weight,
255253
},
256254
},

0 commit comments

Comments
 (0)