mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 06:35:57 +02: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