mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix: update test
This commit is contained in:
parent
2352c0b1d9
commit
1606502784
@ -19,7 +19,8 @@ const baseProps = {
|
||||
nodes: mockChallengeNodes,
|
||||
toggleBlock: () => {},
|
||||
toggleSuperBlock: () => {},
|
||||
resetExpansion: () => {}
|
||||
resetExpansion: () => {},
|
||||
isSignedIn: true
|
||||
};
|
||||
|
||||
// set .scrollTo to avoid errors in default test environment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user