9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
// exact-check
|
|
|
|
const FILTER_CRATE = 'some_other_crate';
|
|
|
|
const EXPECTED = {
|
|
'query': 'true',
|
|
'others': [],
|
|
};
|