Skip to content

Commit b0b51fc

Browse files
author
sunjieming
committed
Fix test
1 parent 24ee177 commit b0b51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/project-3.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('Project 3', () => {
3333
it('should invoke the method on the object', () => {
3434
const object = {
3535
x: 0,
36-
incrementX: () => {
36+
incrementX() {
3737
this.x++;
3838
}
3939
};

0 commit comments

Comments
 (0)