Git Product home page Git Product logo

Comments (1)

cablegunmaster avatar cablegunmaster commented on June 7, 2024

What did you have in mind ?
Jasmine unit test? I read from the documentation,
And what is the purpose of making it?

What might be do-able is:
A. Test a Long-press event is fired, and test if a "result" function is fired.
B. Test a Long-press event is fired, and test if other events stop the timer.
C. Test a click is made outside the event and the Long-press event is NOT fired. ( click somewhere outside ID, which should not trigger the Long-press event. check )
D. Test a Long-press event is fired, and can't be STOPPED. (fire event, try to stop, but it won't accept it).
E. Test a Long-press event is fired, and can be stopped. (Fire event, try to stop, and it does stop).

But I have to find out how yet, but thats a matter of time, I have to look more at Yasmine and/or Mocha.

from long-press-event.

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.