bensaufley/code-words-web

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
yarn.lock
test/test-setup.js43
A
0 mins
test/support/websocket-helper.js11
A
0 mins
test/support/request-animation-frame-polyfill.js17
A
0 mins
test/support/dispatch-helper.js32
A
0 mins
test/support/container-helper.js50
A
1 hr
test/src/store.test.js76
A
0 mins
test/src/index.test.js48
A
0 mins
test/mocha.opts
test/helpers/forms.test.js92
A
0 mins
test/dummies/user.js15
A
0 mins
test/dummies/turn.js83
A
3 hrs
test/dummies/tile.js16
A
0 mins
test/dummies/player.js26
A
0 mins
test/dummies/game.js61
A
0 mins
test/dummies/dummy.js10
A
0 mins
test/ducks/session.test.js202
A
0 mins
test/ducks/modal.test.js106
A
0 mins
test/ducks/loading.test.js40
A
0 mins
test/ducks/games.test.js302
A
3 hrs
test/components/SignUp.test.js10
A
0 mins
test/components/SignIn.test.js10
A
0 mins
test/components/Modal.test.js28
A
0 mins
test/components/LoadingIndicator.test.js85
A
0 mins
test/components/Home.test.js19
A
0 mins
test/components/Games/index.test.js45
A
0 mins
test/components/Games/GameRow.test.js64
A
0 mins
test/components/Game/index.test.js71
A
0 mins
test/components/Game/Turn.test.js32
A
0 mins
test/components/Game/TransmitForm.test.js89
A
0 mins
test/components/Game/Tile.test.js30
A
0 mins
test/components/Game/PlayerSlot.test.js12
A
0 mins
test/components/Game/Player.test.js32
A
0 mins
test/components/Game/GameMenu.test.js76
A
0 mins
test/components/Game/AddPlayerForm.test.js27
A
0 mins
test/components/FourOhFour.test.js10
A
0 mins
test/components/FormInputWithError.test.js19
A
0 mins
test/components/ExternalHome.test.js10
A
0 mins
test/components/AppHeader.test.js47
A
0 mins
src/store.js47
A
0 mins
src/sass/index.scss
src/sass/_typography.scss
src/sass/_shared.scss
src/sass/_forms.scss
src/sass/Tile.scss
src/sass/SignUp.scss
src/sass/SignIn.scss
src/sass/Player.scss
src/sass/Modal.scss
src/sass/LoadingIndicator.scss