Commit 581d486a authored by Phil Hughes's avatar Phil Hughes

spec fixes

parent c9c36c8e
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
return Promise.resolve(file.content); return Promise.resolve(file.content);
} }
if (file.raw !== undefined) { if (file.raw) {
return Promise.resolve(file.raw); return Promise.resolve(file.raw);
} }
......
...@@ -32,7 +32,7 @@ export const dataStructure = () => ({ ...@@ -32,7 +32,7 @@ export const dataStructure = () => ({
rawPath: '', rawPath: '',
binary: false, binary: false,
html: '', html: '',
raw: undefined, raw: '',
content: '', content: '',
parentTreeUrl: '', parentTreeUrl: '',
renderError: false, renderError: false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment