Skip to content

Commit 99b017e

Browse files
cyfcyf
authored andcommitted
Refactor functions
1 parent 3a96f61 commit 99b017e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sprint-1/refactor/includes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ function includes(list, target) {
1010
return false;
1111
}
1212

13-
module.exports = includes;
13+
module.exports = includes;

Sprint-1/refactor/includes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ test("searches for null", () => {
3535
const targetOutput = true;
3636

3737
expect(currentOutput).toEqual(targetOutput);
38-
});
38+
});

0 commit comments

Comments
 (0)