Skip to content

Commit

Permalink
chore(testabilityPatch): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 24, 2017
1 parent 667d473 commit 33cd29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/testabilityPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ afterEach(function() {
// These Nodes are persisted across tests.
// They used to be assigned a `$$hashKey` when animated, which we needed to clear after each test
// to avoid affecting other tests. This is no longer the case, so we are just ensuring that there
// is indeed no `$$hachKey` on them.
// is indeed no `$$hashKey` on them.
var doc = window.document;
var html = doc.querySelector('html');
var body = doc.body;
Expand Down

0 comments on commit 33cd29b

Please sign in to comment.