mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Remove .only
This commit is contained in:
@@ -12,7 +12,7 @@ import { Application } from '../../../../automation';
|
||||
|
||||
|
||||
export function setup() {
|
||||
describe.only('Notebooks', () => {
|
||||
describe('Notebooks', () => {
|
||||
after(async function () {
|
||||
const app = this.app as Application;
|
||||
cp.execSync('git checkout . --quiet', { cwd: app.workspacePathOrFolder });
|
||||
|
||||
Reference in New Issue
Block a user