timhaley94/holdem

View on GitHub
server/src/api/socket/game/index.test.js

Summary

Maintainability
A
0 mins
Test Coverage
// const { onStart, onConnect } = require('./index');

describe('API.Socket.Game', () => {
  describe('.onStart()', () => {
    it('placeholder', () => {

    });
  });

  describe('.onConnect()', () => {
    it('placeholder', () => {

    });
  });
});