Skip to content

Commit

Permalink
adds missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoferraro committed May 25, 2022
1 parent 141aa9f commit ea0962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cypress/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// ***********************************************************

// Import commands.js using ES2015 syntax:
import './commands'
import './commands';

// Alternatively you can use CommonJS syntax:
// require('./commands')

0 comments on commit ea0962a

Please sign in to comment.