Created
October 11, 2017 21:56
-
-
Save hjhart/372bed64a979dd5e0e32ec329601d315 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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