UNPKG

phaser

Version:

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

10 lines (8 loc) 245 B
var PointLightCreator = require('../../../src/gameobjects/pointlight/PointLightCreator'); describe('PointLightCreator', function () { it('should be importable', function () { expect(PointLightCreator).toBeDefined(); }); });