Skip to content

Commit

Permalink
see if describe.only makes difference
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 13, 2025
1 parent 2bd4914 commit a7e6ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { describe, afterEach, test } from 'mocha';
import { expect } from 'expect';
import { waitUntil } from './helpers/async';

describe.only('Smoke test: ETI Environment (TS Plugin Mode)', () => {
describe('Smoke test: ETI Environment (TS Plugin Mode)', () => {
const rootDir = path.resolve(__dirname, '../../__fixtures__/template-imports-app-ts-plugin');

afterEach(async () => {
Expand Down

0 comments on commit a7e6ab7

Please sign in to comment.