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) 287 B
var MeasureText = require('../../../src/gameobjects/text/MeasureText'); describe('Phaser.GameObjects.MeasureText', function () { it('should be importable', function () { expect(MeasureText).toBeDefined(); expect(typeof MeasureText).toBe('function'); }); });