Point graph-cli to use fork for automatic graph-ts exports (#22)

This commit is contained in:
2021-12-28 16:08:05 +05:30
committed by nabarun
parent e10f61ba61
commit 2bc40896b0
5 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { instantiate } from './index';
const EXAMPLE_WASM_FILE_PATH = '../test/subgraph/example1/build/Example1/Example1.wasm';
describe('typeConversion wasm tests', () => {
describe('numbers wasm tests', () => {
let exports: any;
before(async () => {