mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Update snippet for newly upgraded javascript bundle
This commit is contained in:
@@ -272,7 +272,7 @@ describe "Snippets extension", ->
|
||||
expect(snippet.prefix).toBe 'fun'
|
||||
expect(snippet.name).toBe 'Function'
|
||||
expect(snippet.body).toBe """
|
||||
function function_name (argument) {
|
||||
function function_name(argument) {
|
||||
\t// body...
|
||||
}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user