MCPcopy 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

1const pascal = require('./pascal');
2
3describe('pascal', () => {
4 test('Gets the first row of pascal', () => {

Callers

nothing calls this directly

Calls 1

pascalFunction · 0.70

Tested by

no test coverage detected