mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	fix: Update breaking specs (#7169)
This commit is contained in:
		| @@ -28,7 +28,7 @@ describe('#actions', () => { | ||||
|   describe('#setColorScheme', () => { | ||||
|     it('creates actions for dark mode properly', () => { | ||||
|       actions.setColorScheme({ commit }, 'dark'); | ||||
|       expect(commit.mock.calls).toEqual([['SET_DARK_MODE', 'dark']]); | ||||
|       expect(commit.mock.calls).toEqual([['SET_COLOR_SCHEME', 'dark']]); | ||||
|     }); | ||||
|   }); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pranav Raj S
					Pranav Raj S