Refactor: fixes lint error
This commit is contained in:
@@ -26,8 +26,6 @@ type LibraryPanel struct {
|
||||
var (
|
||||
// errLibraryPanelAlreadyAdded is an error when you add a library panel that already exists.
|
||||
errLibraryPanelAlreadyAdded = fmt.Errorf("library panel with that title already exists")
|
||||
// errLibraryPanelNotFound is an error for an unknown library panel definition.
|
||||
errLibraryPanelNotFound = fmt.Errorf("could not find library panel definition")
|
||||
)
|
||||
|
||||
// Commands
|
||||
|
||||
@@ -137,12 +137,3 @@ describe('toEmitValues matcher', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('demo testing observables', () => {
|
||||
it('toEmitValues demo', async () => {
|
||||
const observable = of(1, 'a', 'I');
|
||||
});
|
||||
it('toEmitValuesWith demo', async () => {
|
||||
const observable = of(1, 'a', 'I');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user