Giter Club home page Giter Club logo

Comments (2)

tkh44 avatar tkh44 commented on May 22, 2024

3bff2ef breaks the test.
The test will now no longer pass for any solution including the provided, underscore, and lodash.

from exercises.

kolodny avatar kolodny commented on May 22, 2024

@tkh44 not sure what you mean:

➜  exercises git:(solutions) git checkout 3bff2ef
Note: checking out '3bff2ef'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 3bff2ef... get rid of throttle race conditions, closes #30
➜  exercises git:(3bff2ef) cd throttle
➜  throttle git:(3bff2ef) git checkout solutions index.js
➜  throttle git:(3bff2ef) ✗ git checkout solutions ../flip.js
➜  throttle git:(3bff2ef) ✗ ../flip.js index.js
➜  throttle git:(3bff2ef) ✗ npm test

> @ test /Users/Moshe/Documents/RandomProjects/exercises/throttle
> node ../node_modules/mocha/bin/mocha



  throttle
    ✓ executes right away
    ✓ won't execute more than once within the threshold
    ✓ will execute at least once more to make up for swallowed calls
    ✓ will execute every threshold ms
    ✓ gets called with context
    ✓ gets called with arguments
    ✓ gets called with the later arguments


  7 passing (17ms)

from exercises.

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.