Giter Site home page Giter Site logo

Comments (7)

larixer avatar larixer commented on May 6, 2024

Hi Gilad,

The first link will not work, because it doesn't support Webpack 2. The babel plugin might work, but need to check this. It will be certainly tricky for ES6. Generally speaking if you need private function testing / private vars testing - you are doing something wrong, but I understand there might be exceptions and scenarios where this approach is valid...

from apollo-universal-starter-kit.

GiladShoham avatar GiladShoham commented on May 6, 2024

Hi,
Thanks, for the quick reply.

I have a service which fetches data from DB then do some manipulation.
The manipulation part is on a private function.
I want to test only this part (until I'll implement the full test with the DB fetching).

But even without this, there is always exceptions:)

By the way, I still haven't upgrade to webpack 2, so it might work:)

from apollo-universal-starter-kit.

larixer avatar larixer commented on May 6, 2024

Hi,

Maybe approach like that in this answer might be more preferable (rewire seems as overkill for this purpose):
http://stackoverflow.com/questions/22097603/unit-testing-of-private-functions-with-mocha-and-node-js

from apollo-universal-starter-kit.

larixer avatar larixer commented on May 6, 2024

This whole topic is controversal however :) If one would investigate compatibility of rewire with ES6 and if it is compatible indeed, then I think it's fine to add rewire to this kit as one of the approaches to test private functions.

from apollo-universal-starter-kit.

GiladShoham avatar GiladShoham commented on May 6, 2024

Ok,
I'll try to play a little bit with it.
If it will work I'll let you know.
If you do it before, just update the issue:)

from apollo-universal-starter-kit.

larixer avatar larixer commented on May 6, 2024

@GiladShoham Sure, thank you Gilad!

from apollo-universal-starter-kit.

larixer avatar larixer commented on May 6, 2024

Closing this, since not much activity happening and no clear plans when if we will work on it. Please reopen if you have another thoughts.

from apollo-universal-starter-kit.

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.