提交 4e515c4a 编写于 作者: M Mugen87

Tests: Clean up

上级 c0615ece
......@@ -18,9 +18,6 @@ export default QUnit.module( 'Loaders', () => {
var multibyteArray = new Uint8Array( [ 230, 151, 165, 230, 156, 172, 229, 155, 189 ] );
assert.equal( '日本国', LoaderUtils.decodeText( multibyteArray ) );
var uriError = new Uint8Array( [ 219 ] );
assert.equal( 'Û', LoaderUtils.decodeText( uriError ) );
} );
QUnit.test( 'extractUrlBase', ( assert ) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册