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

    var expect = chai.expect;
    var Spine = PIXI.Spine;

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