Skip to content

Commit

Permalink
feat: mobx5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jul 20, 2018
1 parent 663a4a4 commit aec1f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* mobx5 support
* Introduced observable `type` field prop
* Removed `label` fallback to field `name`
* fix: #432 #415 #355 #347 #425
* fix: #432 #415 #355 #347 #425 #429 #416

# 1.34
* Added `struct` constructor prop
Expand Down
6 changes: 3 additions & 3 deletions tests/fixes.values.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ describe('Check Fixes $S deleting by path', () => {
it('$S array field check', () =>
expect(a.size).to.eq(0));

it('$S deleted from root', () =>
expect(hasItemToDelete3).to.be.false);
it('$S deleted from root', () =>
expect(hasItemToDelete3).to.be.false);
});

describe('Check Fixes $425 values', () => {
Expand All @@ -269,4 +269,4 @@ describe('Check Fixes $425 values', () => {
'2a': ' ',
'3a': ' ',
}));

});

0 comments on commit aec1f72

Please sign in to comment.