Git Product home page Git Product logo

Comments (6)

NatsuDragneelKl avatar NatsuDragneelKl commented on May 24, 2024 1

Hey, wow thanks for this fast response :)

This is the output: v12.19.0

I used the version that described on the repo

from cardanocli-js.

sublayerio avatar sublayerio commented on May 24, 2024

Hey @NatsuDragneelKl, I could be wrong, but I think this might be related to your node version. If you enter node -v in the cli, what's the output you're getting?

from cardanocli-js.

sublayerio avatar sublayerio commented on May 24, 2024

I see, i just tested it on v12 and v14, got the same error. I'm just guessing here but try adjusting the test script in the package.json from jest to jest --env=node and run npm run test again. By doing this I got different errors regarding some env variables that you will be able to set by adding a env file to the root of the repo dir containing the environment variables the test script is expecting. (https://github.com/Berry-Pool/cardanocli-js/blob/main/test/index.test.js#L8-L11) By default Jest is executed with a window object since it's main focus is for browser js testing stuff.

from cardanocli-js.

NatsuDragneelKl avatar NatsuDragneelKl commented on May 24, 2024

Oh, this looks better :) new errors but one step forward, thanks man!

from cardanocli-js.

alessandrokonrad avatar alessandrokonrad commented on May 24, 2024

Hey, the problem is that Jest magically uses a window object. The cardanocli-js library was designed to be used in Node.js and JavaScript. That's why there are these if-statements, but it made it difficult to run the tests easily.

from cardanocli-js.

NatsuDragneelKl avatar NatsuDragneelKl commented on May 24, 2024

Thanks for explaination, I've test something around and now understand this stuff :)

Thanks for this work @alessandrokonrad

Now I'am about to check some of your other repos. Great work!

from cardanocli-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.