mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-18 14:20:38 -05:00
server: use single quotes on scaffolding index.js
This commit is contained in:
@@ -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')
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user