-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dev-review): remove useless file
- Loading branch information
1 parent
01b2021
commit a321651
Showing
4 changed files
with
23 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
// *********************************************************** | ||
// This example support/e2e.ts is processed and | ||
// loaded automatically before your test files. | ||
// | ||
// This is a great place to put global configuration and | ||
// behavior that modifies Cypress. | ||
// | ||
// You can change the location of this file or turn off | ||
// automatically serving support files with the | ||
// 'supportFile' configuration option. | ||
// | ||
// You can read more here: | ||
// https://on.cypress.io/configuration | ||
// *********************************************************** | ||
/* | ||
DEVNOTE : this file is mandatory even if it does not apply anything | ||
*********************************************************** | ||
This example support/e2e.ts is processed and | ||
loaded automatically before your test files. | ||
// Import commands.js using ES2015 syntax: | ||
import './commands' | ||
This is a great place to put global configuration and | ||
behavior that modifies Cypress. | ||
// Alternatively you can use CommonJS syntax: | ||
// require('./commands') | ||
You can change the location of this file or turn off | ||
automatically serving support files with the | ||
'supportFile' configuration option. | ||
You can read more here: | ||
https://on.cypress.io/configuration | ||
*********************************************************** | ||
Import commands.js using ES2015 syntax: | ||
you can create custom commands on https://on.cypress.io/custom-commands | ||
import './commands' | ||
Alternatively you can use CommonJS syntax: | ||
require('./commands') | ||
*/ |