mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-06 17:16:13 -05:00
16 lines
139 B
JavaScript
16 lines
139 B
JavaScript
|
|
/**
|
|
* Test dependencies.
|
|
*/
|
|
|
|
var sio = require('socket.io')
|
|
, should = require('./common');
|
|
|
|
/**
|
|
* Test.
|
|
*/
|
|
|
|
module.exports = {
|
|
|
|
};
|