|
@ -1,8 +1,8 @@ |
|
|
const ersterFerierPlatz = require("../JS/naechsteFreierPlatz"); |
|
|
|
|
|
|
|
|
const ersterFreierPlatz = require("../JS/naechsteFreierPlatz"); |
|
|
|
|
|
|
|
|
describe("Test Vier Gewinnt", () => { |
|
|
describe("Test Vier Gewinnt", () => { |
|
|
it("Test welcher naechster platz ist frei", () =>{ |
|
|
it("Test welcher naechster platz ist frei", () =>{ |
|
|
expect(ersterFerierPlatz([1, 1, 0, 0, 0, 0])).toBe(3); |
|
|
|
|
|
expect(ersterFerierPlatz([1, 1, 2, 1, 0, 0])).toBe(5); |
|
|
|
|
|
|
|
|
expect(ersterFreierPlatz([1, 1, 0, 0, 0, 0])).toBe(3); |
|
|
|
|
|
expect(ersterFreierPlatz([1, 1, 2, 1, 0, 0])).toBe(5); |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |