Skip to content

Commit 6f0c02b

Browse files
committed
Fixed typo in tests for ref property support (jorgebucaran#184)
1 parent 5971299 commit 6f0c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/refs.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default [
8989
}),
9090
]),
9191
t("test behavior of refs", [
92-
t("ref objects and ref callback should work properly", function* () {
92+
t("ref objects and ref callbacks should work properly", function* () {
9393
const container = new JSDOM('<div id="root"><span><span></div>')
9494
.window.document.getElementById('root')
9595

0 commit comments

Comments
 (0)