chore: rename js files to ts
This commit is contained in:
parent
7fe9f17e43
commit
321850ec20
36 changed files with 0 additions and 0 deletions
10
cypress/support/e2e.ts
Normal file
10
cypress/support/e2e.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
import './commands'
|
||||
import '@4tw/cypress-drag-drop'
|
||||
|
||||
// see https://github.com/cypress-io/cypress/issues/702#issuecomment-587127275
|
||||
Cypress.on('window:before:load', (win) => {
|
||||
// disable service workers
|
||||
// @ts-ignore
|
||||
delete win.navigator.__proto__.ServiceWorker
|
||||
})
|
||||
Reference in a new issue