Skip to content

Commit 3cbe3bc

Browse files
authored
Merge pull request #248 from open-source-labs/sam/history
clear history button
2 parents a9d7771 + 1086e7c commit 3cbe3bc

File tree

9 files changed

+195
-146
lines changed

9 files changed

+195
-146
lines changed

__tests__/composerTests.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,7 @@ describe('GraphQL Composer', () => {
102102

103103
it('Renders a <div>', () => {
104104
expect(wrapper.type()).toEqual('div');
105-
// expect(wrapper.text()).toEqual('Mega: Markets');
106-
// expect(wrapper.find('strong').text()).toMatch('Mega');
107105
});
108-
109-
it('lskdf', () => {
110-
expect(5).toBe(5)
111-
})
112106
})
113107
})
114108
})

0 commit comments

Comments
 (0)