Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Bowling } from
'./bowling'
;
2
3
describe(
'Bowling'
, () => {
4
describe(
'Check game can be scored correctly.'
, () => {
Callers
nothing calls this directly
Calls
3
test
Function · 0.85
roll
Method · 0.80
score
Method · 0.80
Tested by
no test coverage detected