examples: Change package path
This commit is contained in:
parent
aa92095953
commit
41c3c57464
|
@ -1,6 +1,5 @@
|
|||
const assert = require("assert");
|
||||
//const anchor = require('@project-serum/anchor');
|
||||
const anchor = require("/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor/ts");
|
||||
const anchor = require('@project-serum/anchor');
|
||||
|
||||
describe("basic-2", () => {
|
||||
const provider = anchor.Provider.local();
|
||||
|
|
Loading…
Reference in New Issue