Newer
Older
pixi.js / test / unit / pixi / loaders / BitmapFontLoader.js
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');
    });
});