mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Prettified Code!
This commit is contained in:
parent
352447e3d4
commit
b67e0703cc
2 changed files with 3 additions and 3 deletions
|
@ -22,4 +22,4 @@
|
|||
//
|
||||
//
|
||||
// -- This will overwrite an existing command --
|
||||
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
|
||||
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
// ***********************************************************
|
||||
|
||||
// Import commands.js using ES2015 syntax:
|
||||
import './commands'
|
||||
import './commands';
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
||||
// require('./commands')
|
||||
|
|
Loading…
Reference in a new issue