Skip to content

Commit

Permalink
circular
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Nov 8, 2017
1 parent 0c189a7 commit 4379478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/circular/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const L = require('./linkedlist');
const List = L.LinkedList;
const Node = L.Node;

test('circular', () => {
test('circular function is defined', () => {
expect(typeof circular).toEqual('function');
});

Expand Down

0 comments on commit 4379478

Please sign in to comment.