diff options
Diffstat (limited to 'spec/frontend/notebook/mock_data.js')
-rw-r--r-- | spec/frontend/notebook/mock_data.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/notebook/mock_data.js b/spec/frontend/notebook/mock_data.js new file mode 100644 index 00000000000..b1419e1256f --- /dev/null +++ b/spec/frontend/notebook/mock_data.js @@ -0,0 +1,2 @@ +export const relativeRawPath = '/test'; +export const markdownCellContent = ['# Test']; |