pokemon-showdown/test/application
Ben Davies d9c6fe54b2 ProcessManager: subclass to extend ProcessManager, unit tests setup (#2739)
Before, an options object containing properties and values to be used
was how decorated instances of the class would be created. This meant
the constructor could assign anything you feel like to `this`. Rather
than that, the constructor now assigns a strict set of values, and
methods are redefined in subclasses.

Basic unit tests were added to test if they could be written for after
the final refactor to fix the other memory leak here.
2016-09-09 15:51:49 -05:00
..
process-manager.js ProcessManager: subclass to extend ProcessManager, unit tests setup (#2739) 2016-09-09 15:51:49 -05:00
rooms.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
simulator.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
team-validator.js
users.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00