Last active
March 29, 2021 05:48
-
-
Save LukaHuang/393085b9e9d3b448937285f7c7ffa9b7 to your computer and use it in GitHub Desktop.
luka.postfixTemplates
This file contains hidden or 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
| .ee : expect to equal | |
| ANY → expect($expr$).to eq($END$) | |
| .let : let | |
| ANY → let($expr$) { $END$ } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment