Skip to content

Commit

Permalink
Modify analytics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Apr 17, 2024
1 parent ed1bf33 commit c20b8f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/config/analytics.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { expect, test } from '@oclif/test';
import { fileCleanup } from '../../helpers';
import { join } from 'path';
import { homedir } from 'os';

describe('config:analytics', () => {
afterEach(() => {
fileCleanup(join(homedir(), '.asyncapi-analytics'));
});

describe('with disable flag', () => {
test
.stderr()
Expand Down

0 comments on commit c20b8f0

Please sign in to comment.