Skip to content

Commit

Permalink
test: remove unneed code (#3921)
Browse files Browse the repository at this point in the history
* test: remove unneed code

* test: rename
  • Loading branch information
hchlq authored Aug 4, 2023
1 parent f4223e8 commit 8508358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/json-schema/src/__tests__/transformer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test('baseReaction with scopes', () => {
}
)

// expect(fn).toBeCalledTimes(1)
expect(field1.title).toBe(scopeTitle)
expect(field2.description).toBe(scopeDescription)
})
Expand Down Expand Up @@ -191,7 +190,7 @@ test('userReactions with condition', () => {
run: 'mockFn($self.value)',
},
otherwise: {
run: 'mockFn($self.vlaue)',
run: 'mockFn($self.value)',
},
},
},
Expand Down

0 comments on commit 8508358

Please sign in to comment.