Files
METH_Transcendence/site/node_modules/stats/test/test.objects.js
Kum1ta 57c261c689 Site
- starting pong game 3d
2024-07-30 01:08:32 +02:00

12 lines
242 B
JavaScript

/**
* Module dependencies.
*/
var stats = require('../')
, common = require('./common');
var stats = stats.parse(fixture('objects.js'));
stats.should.have.property('objectLiterals', 2);
stats.should.have.property('objectsCreated', 1);