Skip to content

Commit

Permalink
#6 Support server side rendering for most use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bondz authored Jan 23, 2018
2 parents 700b4eb + a28e5c5 commit cd45f4e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2,558 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
package-lock.json
.rpt2_cache
*.log
dist
2 changes: 1 addition & 1 deletion __tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('Components', () => {
expect(testStrategy.mock.calls[0][0].key).toBe(apiKey);
});

test('A span is rendered if image geneation failed', done => {
test('A span is rendered if image generation failed', done => {
const testStrategy = jest.fn(data => Promise.reject('test'));

const wrapper = mount(
Expand Down
Loading

0 comments on commit cd45f4e

Please sign in to comment.