view testing.js @ 4:1a5e50fbba08

Changed the default ordering of players.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 18 Feb 2016 01:32:24 +0300
parents
children
line source
1 define([
2 './deploy',
3 'amber_core/SUnit',
4 // --- packages used only during automated testing begin here ---
5 'amber-serpentron/Serpentron-Tests'
6 // --- packages used only during automated testing end here ---
7 ], function (amber) {
8 return amber;
9 });