Skip to content

Commit

Permalink
improve(test): fake a case with an empty directory but still with con…
Browse files Browse the repository at this point in the history
…tents attribute
  • Loading branch information
Guts committed May 30, 2024
1 parent 4a6a708 commit 00faae8
Showing 1 changed file with 1 addition and 146 deletions.
147 changes: 1 addition & 146 deletions tests/fixtures/treefiles/qdt-files_from_ubuntu.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,152 +104,7 @@
{
"type": "directory",
"name": "fonts",
"contents": [
{
"type": "file",
"name": "OpenSans-BoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans-Bold.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-BoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-Bold.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-ExtraBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-ExtraBold.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-Italic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-LightItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-Light.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-MediumItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-Medium.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-Regular.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-SemiBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_Condensed-SemiBold.ttf"
},
{
"type": "file",
"name": "OpenSans-ExtraBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans-ExtraBold.ttf"
},
{
"type": "file",
"name": "OpenSans-Italic.ttf"
},
{
"type": "file",
"name": "OpenSans-LightItalic.ttf"
},
{
"type": "file",
"name": "OpenSans-Light.ttf"
},
{
"type": "file",
"name": "OpenSans-MediumItalic.ttf"
},
{
"type": "file",
"name": "OpenSans-Medium.ttf"
},
{
"type": "file",
"name": "OpenSans-Regular.ttf"
},
{
"type": "file",
"name": "OpenSans-SemiBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans-SemiBold.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-BoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-Bold.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-ExtraBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-ExtraBold.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-Italic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-LightItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-Light.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-MediumItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-Medium.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-Regular.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-SemiBoldItalic.ttf"
},
{
"type": "file",
"name": "OpenSans_SemiCondensed-SemiBold.ttf"
}
]
"contents": null
},
{
"type": "directory",
Expand Down

0 comments on commit 00faae8

Please sign in to comment.