Skip to content

Commit cd45f4e

Browse files
authored
#6 Support server side rendering for most use cases
2 parents 700b4eb + a28e5c5 commit cd45f4e

7 files changed

Lines changed: 21 additions & 2558 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
package-lock.json
44
.rpt2_cache
55
*.log
6+
dist

__tests__/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('Components', () => {
147147
expect(testStrategy.mock.calls[0][0].key).toBe(apiKey);
148148
});
149149

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

153153
const wrapper = mount(

0 commit comments

Comments
 (0)