Reverting incorrectly committed tests
This commit is contained in:
parent
056e386b16
commit
d263f16e07
|
@ -1,8 +1,8 @@
|
||||||
const caesar = require('./caesar')
|
const caesar = require('./caesar')
|
||||||
|
|
||||||
describe('caesar', function() {
|
describe('caesar', function() {
|
||||||
xit('works with single letters', function() {
|
it('works with single letters', function() {
|
||||||
expect(caesar('Y', 1)).toEqual('Z');
|
expect(caesar('A', 1)).toEqual('B');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('works with words', function() {
|
it('works with words', function() {
|
||||||
|
|
Loading…
Reference in New Issue