const { Loader } = require('../'); describe('PIXI.loaders.Loader', function () { it('should exist', function () { expect(Loader).to.be.a('function'); }); });