소스 검색

examples: Change package path

Armani Ferrante 4 년 전
부모
커밋
41c3c57464
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      examples/tutorial/basic-2/tests/basic-2.js

+ 1 - 2
examples/tutorial/basic-2/tests/basic-2.js

@@ -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();