Skip to content

Commit

Permalink
test: drop only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bour committed Mar 1, 2024
1 parent 533864f commit 192ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuneClient.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { beforeEach, describe, expect, it } from 'vitest';
import DuneClient from './DuneClient.js';

describe.only('DuneClient', () => {
describe('DuneClient', () => {
let client: DuneClient;

beforeEach(() => {
Expand Down

0 comments on commit 192ccf7

Please sign in to comment.