We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667d473 commit 33cd29bCopy full SHA for 33cd29b
test/helpers/testabilityPatch.js
@@ -49,7 +49,7 @@ afterEach(function() {
49
// These Nodes are persisted across tests.
50
// They used to be assigned a `$$hashKey` when animated, which we needed to clear after each test
51
// to avoid affecting other tests. This is no longer the case, so we are just ensuring that there
52
- // is indeed no `$$hachKey` on them.
+ // is indeed no `$$hashKey` on them.
53
var doc = window.document;
54
var html = doc.querySelector('html');
55
var body = doc.body;
0 commit comments