describe('pixi/loaders/BitmapFontLoader', function () {
'use strict';
var expect = chai.expect;
var BitmapFontLoader = PIXI.BitmapFontLoader;
it('Module exists', function () {
expect(PIXI.BitmapFontLoader).to.be.a('function');
});
});