Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOdinProject/javascript-exercises
/ caesar.spec.js
File
caesar.spec.js
archive/archived_caesar/caesar.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
caesar = require(
'./caesar'
)
2
3
test(
'works with single letters'
, () => {
4
expect(caesar(
'A'
, 1)).toBe(
'B'
);
Callers
nothing calls this directly
Calls
1
caesar
Function · 0.70
Tested by
no test coverage detected