diff options
Diffstat (limited to 'docs/config')
| -rw-r--r-- | docs/config/templates/protractorTests.template.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config/templates/protractorTests.template.js b/docs/config/templates/protractorTests.template.js index d7580a48..48f682a4 100644 --- a/docs/config/templates/protractorTests.template.js +++ b/docs/config/templates/protractorTests.template.js @@ -3,5 +3,5 @@ describe("{$ doc.description $}", function() { browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}"); }); -{$ doc.innerTest $} -}); +{$ doc.innerTest $} +});
\ No newline at end of file |
