MCPcopy 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

1const caesar = require('./caesar')
2
3test('works with single letters', () => {
4 expect(caesar('A', 1)).toBe('B');

Callers

nothing calls this directly

Calls 1

caesarFunction · 0.70

Tested by

no test coverage detected