smoke - remove only

This commit is contained in:
Benjamin Pasero 2021-12-14 07:38:08 +01:00
parent 51354ad23c
commit 5526cd558f
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -38,7 +38,7 @@ export function setup(ensureStableCode: () => string | undefined, logger: Logger
app = undefined;
});
it.only('verifies editors can save and restore', async function () {
it('verifies editors can save and restore', async function () {
app = await startApp(this.defaultOptions);
const appJs = 'app.js';