Skip to content

Commit

Permalink
Merge pull request #1824 from freqtrade/test/moduletype
Browse files Browse the repository at this point in the history
Add type:module to package.json
  • Loading branch information
xmatthias authored Apr 8, 2024
2 parents 59ef5cb + 4678d5c commit 4d1dcd9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
},
specPattern: 'cypress/e2e/**/*.cy.ts',
baseUrl: 'http://localhost:3000',
},
Expand Down
13 changes: 0 additions & 13 deletions cypress/plugins/index.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "frequi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 4d1dcd9

Please sign in to comment.