Rename the function in the test description
This commit is contained in:
parent
670729c892
commit
7b97beaeb1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ describe("The countShips function", () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe("The movementDirection function", () => {
|
||||
describe("The determineDirection function", () => {
|
||||
|
||||
it("should return positive when no other ships present (0-index)", () => {
|
||||
let b = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue