Advertisement
Guest User

Untitled

a guest
Sep 4th, 2022
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [nix-shell:~/Documents/holoTest/my-app]$ npm test
  2.  
  3. > test
  4. > npm run build:happ && npm t -w tests
  5.  
  6.  
  7. > build:happ
  8. > npm run build:dnas && hc app pack ./workdir
  9.  
  10.  
  11. > build:dnas
  12. > npm run build:zomes && hc dna pack ./dna/workdir
  13.  
  14.  
  15. > build:zomes
  16. > CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown
  17.  
  18. Finished release [optimized] target(s) in 0.74s
  19. Wrote bundle /home/vlada/Documents/holoTest/my-app/dna/workdir/dna_0.dna
  20. Wrote bundle /home/vlada/Documents/holoTest/my-app/workdir/my-app.happ
  21.  
  22. > tests@0.0.0 test
  23. > TRYORAMA_LOG_LEVEL=info RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH="holochain" node --loader ts-node/esm --experimental-specifier-resolution=node src/index.ts
  24.  
  25. (node:28834) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
  26. (Use `node --trace-warnings ...` to show where the warning was created)
  27. (node:28834) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
  28. TAP version 13
  29. # entry_def_0 CRUD tests
  30. # passphrase> # passphrase>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement