Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lowdisk17 committed Nov 25, 2024
1 parent 881378c commit 1462185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/unit/assetApi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck test suite
import chai from 'chai';
import assetService from '../../src/services/assetService';
import assetApi from '../../src/apiServices/assetApi';
import sinon from 'sinon';
import httpMocks from 'node-mocks-http';

const { expect, assert } = chai;
const { expect } = chai;

describe('Asset API', function () {
describe('Asset API: Correctly verifies asset data', function () {
Expand Down
3 changes: 1 addition & 2 deletions tests/unit/tokenApi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck test suite
import chai from 'chai';
import tokenService from '../../src/services/tokenService';
import tokenApi from '../../src/apiServices/tokenApi';
import sinon from 'sinon';
import httpMocks from 'node-mocks-http';

const { expect, assert } = chai;
const { expect } = chai;

describe('Token API', function () {
describe('Token API: Correctly verifies asset data', function () {
Expand Down

0 comments on commit 1462185

Please sign in to comment.