Skip to content

Commit

Permalink
remove extras from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 21, 2024
1 parent 68c23fa commit 8e1e7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import tokens from "./tokens.json"
import {Asset, Int64, Name} from '@wharfkit/antelope'
import {describe, expect, test} from 'bun:test'
import {Asset, Name} from '@wharfkit/antelope'
import {expect, test} from 'bun:test'
import fs from "fs";

const BASE_URL = 'https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/';
Expand Down

0 comments on commit 8e1e7dc

Please sign in to comment.