Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rostaklein committed Dec 28, 2023
1 parent 7b9afee commit 5e0de18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__generated__
src/backend/schema.graphql
src/client/generated/gql-types.ts
src/client/generated/gql-types.ts
tests-e2e/cypress/client/generated/gql-types.ts
12 changes: 6 additions & 6 deletions tests-e2e/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const { defineConfig } = require('cypress')
const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: 'a9nxk5',
projectId: "a9nxk5",
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)
return require("./cypress/plugins/index.js")(on, config);
},
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
baseUrl: "http://localhost:3000",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
},
})
});

1 comment on commit 5e0de18

@vercel
Copy link

@vercel vercel bot commented on 5e0de18 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mayoor – ./

mayoor-rostaklein.vercel.app
mayoor-git-master-rostaklein.vercel.app
mayoor.vercel.app

Please sign in to comment.