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

    var expect = chai.expect;
    var Text = PIXI.Text;

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