💚 test: fix test failure

This commit is contained in:
kazuya kawaguchi 2017-08-06 00:30:36 +09:00
parent d279ab180e
commit 65e9de32c7
No known key found for this signature in database
GPG Key ID: 92C928952CA5309E

View File

@ -174,7 +174,7 @@ describe('preview.client_api', () => {
const story = 'ef349ff';
const result = storyStore.stories[0].fn({ kind, story });
expect(result.template).toBe(`<div>aa<p>${kind}-${story}</p>/div>`);
expect(result.template).toBe(`<div>aa<p>${kind}-${story}</p></div>`);
});
it('should have access to the context', () => {