Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 33cd29b

Browse files
committed
chore(testabilityPatch): fix a typo
1 parent 667d473 commit 33cd29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/testabilityPatch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ afterEach(function() {
4949
// These Nodes are persisted across tests.
5050
// They used to be assigned a `$$hashKey` when animated, which we needed to clear after each test
5151
// 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.
52+
// is indeed no `$$hashKey` on them.
5353
var doc = window.document;
5454
var html = doc.querySelector('html');
5555
var body = doc.body;

0 commit comments

Comments
 (0)