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

spec fixes

parent c9c36c8e
......@@ -16,7 +16,7 @@ export default {
return Promise.resolve(file.content);
}
if (file.raw !== undefined) {
if (file.raw) {
return Promise.resolve(file.raw);
}
......
......@@ -32,7 +32,7 @@ export const dataStructure = () => ({
rawPath: '',
binary: false,
html: '',
raw: undefined,
raw: '',
content: '',
parentTreeUrl: '',
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