2022-10-30 07:58:00 -05:00
|
|
|
// exact-check
|
|
|
|
|
|
|
|
const EXPECTED = [
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': 'Subscriber',
|
2022-10-30 07:58:00 -05:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'reexport::fmt', 'name': 'Subscriber' },
|
|
|
|
{ 'path': 'reexport', 'name': 'FmtSubscriber' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': 'AnotherOne',
|
2022-10-30 07:58:00 -05:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'reexport', 'name': 'AnotherOne' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|