Skip to content

Commit

Permalink
assaigning expectValue = '2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosef604 committed Oct 12, 2020
1 parent 4f6f188 commit 52d07c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koans/AboutExpects.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("About Expects", function() {

//Sometimes you need to be really exact about what you "type".
it("should assert equality with ===", function () {
var expectedValue = FILL_ME_IN;
var expectedValue = '2';
var actualValue = (1 + 1).toString();

// toBe() will always use === to compare.
Expand Down

0 comments on commit 52d07c3

Please sign in to comment.