Remove test only

This commit is contained in:
Daniel Imms 2021-11-12 06:16:17 -08:00
parent c65c8738f9
commit 3c9b18e135

View file

@ -9,7 +9,7 @@ import { Application } from '../../../../automation';
import { afterSuite, beforeSuite } from '../../utils';
export function setup(opts: ParsedArgs) {
describe.only('Terminal Profiles', () => {
describe('Terminal Profiles', () => {
let app: Application;
beforeSuite(opts);