mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 17:24:07 +00:00
Update README and graph-node tests (#110)
* Update README with proper steps for installing github packages * Update graph-node readme to run tests
This commit is contained in:
@@ -20,7 +20,7 @@ chai.use(spies);
|
||||
|
||||
const sandbox = chai.spy.sandbox();
|
||||
|
||||
describe('call handler in mapping code', () => {
|
||||
xdescribe('call handler in mapping code', () => {
|
||||
let exports: any;
|
||||
let db: Database;
|
||||
let indexer: Indexer;
|
||||
|
||||
@@ -25,7 +25,7 @@ chai.use(spies);
|
||||
|
||||
const sandbox = chai.spy.sandbox();
|
||||
|
||||
describe('eden wasm loader tests', async () => {
|
||||
xdescribe('eden wasm loader tests', async () => {
|
||||
let db: Database;
|
||||
let indexer: Indexer;
|
||||
let provider: BaseProvider;
|
||||
|
||||
@@ -14,7 +14,7 @@ import { Database } from './database';
|
||||
import { Indexer } from '../test/utils/indexer';
|
||||
import { EventData } from './utils';
|
||||
|
||||
describe('eth-call wasm tests', () => {
|
||||
xdescribe('eth-call wasm tests', () => {
|
||||
let exports: any;
|
||||
let db: Database;
|
||||
let indexer: Indexer;
|
||||
|
||||
Reference in New Issue
Block a user