Skip to content

Commit

Permalink
Update uri-util.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 8, 2023
1 parent e5ee3b2 commit 116f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uri-util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { isString } from '../modules/common.js';
/* test */
import urlSanitizer, * as mjs from '../src/mjs/uri-util.js';

describe('uri-scheme', () => {
describe('uri-util', () => {
describe('default', () => {
it('should be instance of URLSanitizer', () => {
assert.instanceOf(urlSanitizer, mjs.URISchemes, 'instance');
Expand Down

0 comments on commit 116f473

Please sign in to comment.