Skip to content

Commit

Permalink
remove unused deprecated types (#2852)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Pablo Garcia Ripa <[email protected]>
Co-authored-by: Kashish Mittal <[email protected]>
  • Loading branch information
Sarabadu and 04kash authored Feb 12, 2025
1 parent f7581c2 commit f34316d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
4 changes: 1 addition & 3 deletions workspaces/mta/packages/backend/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { PluginEnvironment } from './types';

describe('test', () => {
it('unbreaks the test runner', () => {
const unbreaker = {} as PluginEnvironment;
const unbreaker = {} as any;
expect(unbreaker).toBeTruthy();
});
});
25 changes: 0 additions & 25 deletions workspaces/mta/packages/backend/src/types.ts

This file was deleted.

0 comments on commit f34316d

Please sign in to comment.