Skip to content

Commit

Permalink
fix(tests): remove fixture and use live service for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 15, 2024
1 parent 5bcac32 commit 30d3e8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
6 changes: 0 additions & 6 deletions tests/ArIO.test.ts → tests/ar-io.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import { ArIO } from '../src/common/ar-io.js';
import { ArNSRemoteCache } from '../src/common/caches/arns-remote-cache.js';
import { AxiosHTTPService } from '../src/common/http.js';
import { ARNS_REGISTRY_TX } from '../src/constants.js';
import { ArnsStateResponse } from './fixtures/arns-service-responses.js';

jest
.spyOn(AxiosHTTPService.prototype, 'get')
.mockResolvedValue(ArnsStateResponse);

describe('ArIO Client', () => {
const arIO = new ArIO({});
Expand Down
File renamed without changes.
46 changes: 0 additions & 46 deletions tests/fixtures/arns-service-responses.ts

This file was deleted.

0 comments on commit 30d3e8c

Please sign in to comment.