Skip to content

Commit

Permalink
Merge pull request #102 from vishal5251/upgradeCypress
Browse files Browse the repository at this point in the history
upgraded cypress and debugged mapTools.js
  • Loading branch information
dadiorchen authored Sep 13, 2021
2 parents 5bf1aab + b124576 commit 9ceb138
Show file tree
Hide file tree
Showing 6 changed files with 49,446 additions and 51,274 deletions.
29 changes: 1 addition & 28 deletions cypress/plugins/index.js
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
/// <reference types="cypress" />
// ***********************************************************
// This example plugins/index.js can be used to load plugins
//
// You can change the location of this file or turn off loading
// the plugins file with the 'pluginsFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/plugins-guide
// ***********************************************************

// This function is called when a project is opened or re-opened (e.g. due to
// the project's config changing)

/**
* @type {Cypress.PluginConfig}
*/
// eslint-disable-next-line no-unused-vars
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config

// copy from https://github.com/cypress-io/cypress/tree/master/npm/react
require('@cypress/react/plugins/react-scripts')(on, config)
// IMPORTANT to return the config object
// with the any changed environment variables
return config
}
module.exports = (on, config) => {};
Loading

0 comments on commit 9ceb138

Please sign in to comment.