Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOdinProject/javascript-exercises
/ pascal.spec.js
File
pascal.spec.js
computer_science/recursion/5_pascal/pascal.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
pascal = require(
'./pascal'
);
2
3
describe(
'pascal'
, () => {
4
test(
'Gets the first row of pascal'
, () => {
Callers
nothing calls this directly
Calls
1
pascal
Function · 0.70
Tested by
no test coverage detected