Created
March 9, 2016 07:43
-
-
Save tamizhvendan/d42330584963374b8dc6 to your computer and use it in GitHub Desktop.
My Atom Code Snippets
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
| '.source.fsharp': | |
| 'F# NUnit Test': | |
| 'prefix': 'test' | |
| 'body': """ | |
| [<Test>] | |
| let ``$1`` () = | |
| $2 | |
| """ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment