UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (9 loc) 358 B
var GameObjectCreator = require('../../../src/gameobjects/GameObjectCreator'); require('../../../src/gameobjects/gradient/GradientCreator'); describe('GradientCreator', function () { it('should register a gradient factory on GameObjectCreator', function () { expect(typeof GameObjectCreator.prototype.gradient).toBe('function'); }); });