We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595198a commit ed73c92Copy full SHA for ed73c92
test/indexTest.js
@@ -16,7 +16,7 @@ describe('moveDodgerLeft()', () => {
16
})
17
18
19
-describe('moveDodgerRight', () => {
+describe('moveDodgerRight()', () => {
20
beforeEach(() => {
21
dodger = document.getElementById('dodger')
22
0 commit comments