mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-03 01:09:53 +09:00
refactor: use test
This commit is contained in:
@ -2,7 +2,7 @@ import * as assert from 'assert';
|
||||
import { query } from '../../src/misc/prelude/url.js';
|
||||
|
||||
describe('url', () => {
|
||||
it('query', () => {
|
||||
test('query', () => {
|
||||
const s = query({
|
||||
foo: 'ふぅ',
|
||||
bar: 'b a r',
|
||||
|
Reference in New Issue
Block a user