These instructions are for installing MongoDB directly from
diff --git a/tests/unit/data/CollapsibleExpanded.test.json b/tests/unit/data/CollapsibleExpanded.test.json
new file mode 100644
index 000000000..1da279799
--- /dev/null
+++ b/tests/unit/data/CollapsibleExpanded.test.json
@@ -0,0 +1,59 @@
+{
+ "type": "directive",
+ "position": {
+ "start": {
+ "line": {
+ "$numberInt": "13"
+ }
+ }
+ },
+ "children": [
+ {
+ "type": "paragraph",
+ "position": {
+ "start": {
+ "line": {
+ "$numberInt": "17"
+ }
+ }
+ },
+ "children": [
+ {
+ "type": "text",
+ "position": {
+ "start": {
+ "line": {
+ "$numberInt": "17"
+ }
+ }
+ },
+ "value": "This is collapsible content"
+ }
+ ]
+ },
+ {
+ "type": "code",
+ "position": {
+ "start": {
+ "line": {
+ "$numberInt": "19"
+ }
+ }
+ },
+ "lang": "javascript",
+ "copyable": true,
+ "emphasize_lines": [],
+ "value": "This is code within collapsible content",
+ "linenos": false
+ }
+ ],
+ "domain": "mongodb",
+ "name": "collapsible",
+ "argument": [],
+ "options": {
+ "heading": "This is a heading",
+ "sub_heading": "This is a subheading",
+ "expanded": true,
+ "id": "this-is-a-heading"
+ }
+ }
\ No newline at end of file