smoke - remove only usage

This commit is contained in:
Benjamin Pasero 2022-02-12 07:47:54 +01:00
parent 5911ead4c6
commit 7d78913dff
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -8,7 +8,7 @@ import { Application, Quality, StatusBarElement, Logger } from '../../../../auto
import { installAllHandlers } from '../../utils';
export function setup(isWeb: boolean, logger: Logger) {
describe.only('Statusbar', () => {
describe('Statusbar', () => {
// Shared before/after handling
installAllHandlers(logger);