Skip to content

Commit

Permalink
Merge pull request #2542 from storybooks/upgrade-jest
Browse files Browse the repository at this point in the history
UPGRADE jest & react-native
  • Loading branch information
ndelangen authored Dec 23, 2017
2 parents ac4a547 + defc1db commit f16b9b4
Show file tree
Hide file tree
Showing 50 changed files with 3,645 additions and 153 deletions.
1 change: 0 additions & 1 deletion addons/actions/src/lib/__mocks__/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const output = {
e: '2017-12-02T11:13:22.492Z',
f: {
'$___storybook.objectName': 'File',
isClosed: false,
lastModified: 1512213202492,
name: 'filename.txt',
size: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe('getPropertiesList', () => {
it('for File object', () => {
const file = new File([''], 'filename.txt', { type: 'text/plain', lastModified: new Date() });

expect(getPropertiesList(file)).toEqual(['name', 'lastModified', 'size', 'type', 'isClosed']);
expect(getPropertiesList(file)).toEqual(['name', 'lastModified', 'size', 'type']);
});
});
Loading

0 comments on commit f16b9b4

Please sign in to comment.