Skip to content

Commit

Permalink
fixup! feat(theme-as-promise): allow theme to render with promise (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
antialias authored Dec 1, 2020
1 parent bec4452 commit 01b081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/renderHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('renderHtml', () => {
};

it('should reject when theme is not availlable', async () => {
const theme = 'unkown';
const theme = 'unknown';

const result = renderHtml(resumeJson, theme);

Expand Down

0 comments on commit 01b081b

Please sign in to comment.