mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
Fix action configuration test
This commit is contained in:
parent
7c02698fc4
commit
3547919037
@ -4,13 +4,16 @@ import { configureActions } from '../../';
|
||||
describe('Configure Actions', () => {
|
||||
it('can configure actions', () => {
|
||||
const depth = 100;
|
||||
const clearActionLogger = true;
|
||||
|
||||
configureActions({
|
||||
depth,
|
||||
clearActionLogger,
|
||||
});
|
||||
|
||||
expect(config).toEqual({
|
||||
depth,
|
||||
clearActionLogger,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user