Skip to content

Commit

Permalink
fix: 🐛 remove .only
Browse files Browse the repository at this point in the history
AkashRajpurohit committed Oct 31, 2023
1 parent 73bb6cf commit f89f7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snowflake.test.ts
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';

import SnowflakeId from '~/snowflake';

describe.only('snowflake', () => {
describe('snowflake', () => {
describe('Invalid input parameters check', () => {
beforeEach(() => {
// tell vitest we use mocked time

0 comments on commit f89f7d0

Please sign in to comment.