Skip to content

Commit e47666e

Browse files
authored
Update booleans.test.js
1 parent 6d79993 commit e47666e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/booleans.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("truthiness", () => {
7474
});
7575

7676
describe("isEqual", () => {
77-
xit("returns whether the two values are even", () => {
77+
xit("returns whether the two values are equal", () => {
7878
expect(isEqual(true, false)).toBe(false);
7979
expect(isEqual(true, true)).toBe(true);
8080
expect(isEqual("true", "true")).toBe(true);

0 commit comments

Comments
 (0)