Skip to content

Commit

Permalink
Merge pull request #1525 from MeasureAuthoringTool/remove-unused-deps
Browse files Browse the repository at this point in the history
Remove unused deps
  • Loading branch information
praveenavas authored Nov 21, 2024
2 parents fa8d07c + b86e966 commit 2231a0c
Show file tree
Hide file tree
Showing 9 changed files with 543 additions and 2,101 deletions.
1 change: 0 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from 'cypress'

const { lighthouse, prepareAudit } = require("@cypress-audit/lighthouse")
//const { pa11y } = require("@cypress-audit/pa11y");
const fs = require('fs-extra')

export default defineConfig({
Expand Down
33 changes: 0 additions & 33 deletions cypress/e2e/typescriptExamples.cy.ts

This file was deleted.

2 changes: 0 additions & 2 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

import { Environment } from "../Shared/Environment"
import '@cypress-audit/lighthouse/commands'
import "@cypress-audit/pa11y/commands";

import 'cypress-file-upload'

export { } // this file needs to be a module
Expand Down
7 changes: 0 additions & 7 deletions cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,3 @@ Cypress.on('test:after:run', (test, runnable) => {
})
}
})





// Export additional types
// export * from './Enums'
1 change: 0 additions & 1 deletion cypress/support/enums/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions cypress/support/enums/productGroup.ts

This file was deleted.

Loading

0 comments on commit 2231a0c

Please sign in to comment.