Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan committed Sep 6, 2018
1 parent d9d0f6e commit 21d6dd8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions test/fixtures/case1/expected.js
Expand Up @@ -197,14 +197,20 @@ CalendarDay.__docgenInfo = {
"description": "this is a moment js object",
"type": {
"name": "Object"
}
},
"optional": false
}, {
"name": "modifiers",
"description": "hello world",
"type": {
"name": "union",
"value": ["number", "string"]
}
"elements": [{
"name": "number"
}, {
"name": "string"
}]
},
"optional": false
}, {
"name": "e",
"description": "events yo",
Expand Down

0 comments on commit 21d6dd8

Please sign in to comment.