Skip to content

Commit 1004578

Browse files
committed
add todo comment
1 parent dd9e35d commit 1004578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/javascripts/test/reducers/update_action_application/skeleton.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ describe("Update Action Application for SkeletonTracing", () => {
113113
test.skip("User actions for test should not contain no-ops", () => {
114114
let state = initialState;
115115
for (const action of userActions) {
116+
// todop: use wk reducer so that addUserBoundingBoxAction does sth
116117
const newState = SkeletonTracingReducer(state, action);
117118
expect(newState !== state).toBeTruthy();
118119

0 commit comments

Comments
 (0)