Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hjhart/372bed64a979dd5e0e32ec329601d315 to your computer and use it in GitHub Desktop.
Save hjhart/372bed64a979dd5e0e32ec329601d315 to your computer and use it in GitHub Desktop.
failing_specs = new Set(); $('.test-file').each(function() { failing_specs.add(this.innerHTML) }); console.log(Array.from(failing_specs).join(" "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment