Skip to content

Instantly share code, notes, and snippets.

@josephting
Created January 31, 2019 05:37
Show Gist options
  • Save josephting/0b36423f77985c4e17c7a7685addfa42 to your computer and use it in GitHub Desktop.
Save josephting/0b36423f77985c4e17c7a7685addfa42 to your computer and use it in GitHub Desktop.
How can I test this with jest?
$(function() {
// Dropdown
$('.dropdown-toggle').dropdown();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment