mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
lint
This commit is contained in:
@ -6,7 +6,7 @@ describe('url', () => {
|
||||
const s = query({
|
||||
foo: 'ふぅ',
|
||||
bar: 'b a r',
|
||||
baz: undefined
|
||||
baz: undefined,
|
||||
});
|
||||
assert.deepStrictEqual(s, 'foo=%E3%81%B5%E3%81%85&bar=b%20a%20r');
|
||||
});
|
||||
|
Reference in New Issue
Block a user