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

Tests: Clean up

上级 8ff9b416
......@@ -3,8 +3,6 @@
*/
/* global QUnit */
import { Loader } from '../../../../src/loaders/Loader';
export default QUnit.module( 'Loaders', () => {
QUnit.module( 'Loader', () => {
......@@ -16,19 +14,6 @@ export default QUnit.module( 'Loaders', () => {
} );
// STATIC STUFF
QUnit.todo( "Handlers.add", ( assert ) => {
assert.ok( false, "everything's gonna be alright" );
} );
QUnit.todo( "Handlers.get", ( assert ) => {
assert.ok( false, "everything's gonna be alright" );
} );
} );
} );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册