Newer
Older
pixi.js / test / unit / pixi / Pixi.js
describe('pixi/Pixi', function () {
    'use strict';

    var expect = chai.expect;

    it('Module exists', function () {
        expect(global).to.have.property('PIXI').and.to.be.an('object');
    });
});