mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-23 13:47:14 +00:00
init dataApi method test
This commit is contained in:
28
tests/dummy/data.json
Normal file
28
tests/dummy/data.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{"notes":
|
||||
[
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Footnote test",
|
||||
"content": "# Footnote test\n\ntest test",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"folder": "fc6ba88e8ecf",
|
||||
"key": "93c6ac2a7953",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:19:55.620Z",
|
||||
"updatedAt": "2016-07-26T08:00:11.326Z",
|
||||
"uniqueKey": "1714d46e36b5-fc6ba88e8ecf-93c6ac2a7953"
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Checkbox test",
|
||||
"content": "# Checkbox test\n\n- [x] Task1\n- [ ] Task2\n- [ ] Task3\n\n",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"folder": "fc6ba88e8ecf",
|
||||
"key": "4568d84331d9",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:58:43.685Z",
|
||||
"updatedAt": "2016-08-21T06:14:50.381Z",
|
||||
"uniqueKey": "1714d46e36b5-fc6ba88e8ecf-4568d84331d9"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user