mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-27 10:59:16 -05:00
So the Pursuit unit test is broken in Node 0.11, because PS relies on the sort function deterministically calling the comparison function, and due to a recent V8 update, the call order changed. This was a good thing, anyway, since PS didn't handle 3+-way speed ties correctly, anyway, and it reminded me to go and fix that. Which I did. This is as cartridge-accurate as possible, given the description given to me by V4 in #1157. Fixes #1157 |
||
|---|---|---|
| .. | ||
| application | ||
| chat-plugins | ||
| simulator | ||
| .eslintrc | ||
| assert.js | ||
| common.js | ||
| main.js | ||
| mocha.opts | ||