Skip to content

Commit

Permalink
refactor(@uform/core): remove processing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 3, 2019
1 parent 696bcc6 commit 56835f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/__tests__/model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test('createStateModel', () => {
expect(state1.persistDirtys).toEqual({})
expect(state1.dirtyNum).toEqual(0)
expect(state1.batching).toEqual(false)
expect(state1.processing).toEqual(false)
expect(state1.displayName).toEqual(displayName)
expect(state1.controller).toEqual({
state: { displayName, ...defaultState },
Expand Down

0 comments on commit 56835f9

Please sign in to comment.