server: use single quotes on scaffolding index.js

This commit is contained in:
Brian Mann
2017-09-10 20:33:51 -04:00
parent 6aa032920e
commit 35c2fc4fbb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
// ***********************************************************
// Import commands.js using ES2015 syntax:
import "./commands"
import './commands'
// Alternatively you can use CommonJS syntax:
// require("./commands")
// require('./commands')
@@ -237,10 +237,10 @@ describe "lib/scaffold", ->
// ***********************************************************
// Import commands.js using ES2015 syntax:
import "./commands"
import './commands'
// Alternatively you can use CommonJS syntax:
// require("./commands")
// require('./commands')
"""