mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
remove artificial failure
This commit is contained in:
parent
9af77c9352
commit
f707d71c90
@ -189,7 +189,7 @@ commands:
|
||||
when: on_fail
|
||||
command: git fetch --unshallow
|
||||
- discord/status:
|
||||
only_for_branches: main,next,alpha,yann/improve-reporting-mechanism
|
||||
only_for_branches: main,next,alpha
|
||||
fail_only: true
|
||||
failure_message: $(yarn get-report-message << pipeline.parameters.workflow >> << parameters.template >>)
|
||||
jobs:
|
||||
|
@ -8,9 +8,6 @@ jest.mock('npmlog', () => ({
|
||||
}));
|
||||
|
||||
describe('node-logger', () => {
|
||||
it('should fail', () => {
|
||||
expect(1).toBe(2);
|
||||
});
|
||||
it('should have an info method', () => {
|
||||
const message = 'information';
|
||||
logger.info(message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user