janedegtiareva
janedegtiareva
steps to repro: 1) make sure you have latest node 2) download a nearstudio project 3) npm install 4) npm run start Outcome: fs.js:27 const { Math, Object } =...
The problem manifests itself like this: * add a new test for App.tsx * snapshot tests start failing due to incorrect value of key * this is due to the...
The testing code for setting up the context currently has `let context = get_context(vec![], false); ` which can lead the developer down the path of trying to understand the parameters....
Error message is unhelpful: SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse () at Object. (/Users/evgueniadegtiareva/near/near-contract-helper/app.js:28:29) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad...
We currently have, e.g. env::log(b"A"); this is a good example of usage of log function, but it would be better to add a readable message so that it's more clear...