8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
const QUERY = '<';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'name': 'Ord' },
|
|
],
|
|
};
|