Skip to content

Commit

Permalink
Fixed typo in tests for ref property support (jorgebucaran#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjazzyfunky committed Mar 30, 2021
1 parent 5971299 commit 6f0c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/refs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default [
}),
]),
t("test behavior of refs", [
t("ref objects and ref callback should work properly", function* () {
t("ref objects and ref callbacks should work properly", function* () {
const container = new JSDOM('<div id="root"><span><span></div>')
.window.document.getElementById('root')

Expand Down

0 comments on commit 6f0c02b

Please sign in to comment.