Newer
Older
pixi.js / test / unit / pixi-v2 / text / BitmapText.js
@Dr. Kibtiz Dr. Kibtiz on 21 Mar 2015 233 bytes Moved old tests to pixi-v2 dir
describe('pixi/text/BitmapText', function () {
    'use strict';

    var expect = chai.expect;
    var BitmapText = PIXI.BitmapText;

    it('Module exists', function () {
        expect(BitmapText).to.be.a('function');
    });
});