pokemon-showdown/test
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
..
application ProcessManager: subclass to extend ProcessManager, unit tests setup (#2739) 2016-09-09 15:51:49 -05:00
chat-plugins Trivia: modlog kicks and wins, clean up unit tests (#2740) 2016-09-08 02:37:21 -05:00
dev-tools/eslint Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
simulator Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
.eslintrc
assert.js Implement assert extensions to enhance the test suite 2016-06-15 08:54:18 -05:00
common.js Test: Fix misc issues 2016-06-17 08:41:58 -05:00
main.js Remove .js extension from requires (#2725) 2016-08-30 00:04:40 -05:00
mocha.opts Implement assert extensions to enhance the test suite 2016-06-15 08:54:18 -05:00