Remove .only

This commit is contained in:
Rob Lourens 2020-05-20 12:04:28 -05:00
parent 9bc11824c3
commit 8253b52191

View file

@ -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 });