MCPcopy Create free account
hub / github.com/exercism/javascript / bowling.spec.js

File bowling.spec.js

exercises/practice/bowling/bowling.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Bowling } from './bowling';
2
3describe('Bowling', () => {
4 describe('Check game can be scored correctly.', () => {

Callers

nothing calls this directly

Calls 3

testFunction · 0.85
rollMethod · 0.80
scoreMethod · 0.80

Tested by

no test coverage detected