Skip to content

Commit

Permalink
Removed .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
doughtnerd committed Feb 26, 2024
1 parent 5f0afe2 commit e303274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/subscription.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Subscription } from "./subscription.type";

describe.only('Subscription', () => {
describe('Subscription', () => {
beforeAll(() => {
jest.useFakeTimers();
});
Expand Down

0 comments on commit e303274

Please sign in to comment.