mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-28 05:10:17 +08:00
undo example test failure
This commit is contained in:
parent
5637366469
commit
f1176ca03e
@ -8,9 +8,6 @@ jest.mock('npmlog', () => ({
|
||||
}));
|
||||
|
||||
describe('node-logger', () => {
|
||||
it('should fail', () => {
|
||||
expect(true).toBe(false);
|
||||
})
|
||||
it('should have an info method', () => {
|
||||
const message = 'information';
|
||||
logger.info(message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user