Skip to content

Commit

Permalink
fix: minor typo: missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Nov 27, 2024
1 parent 7eaf103 commit 9e295dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/custom/contribtracker/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
e2e: {
baseUrl: process.env.CYPRESS_BASE_URL || 'https://contrib.axelerant.com', // Default to prod url if no base URL is set
env: {
grepTags: ''
grepTags: '',
},
setupNodeEvents(on, config) {
grepPlugin(config); // Use the imported plugin directly
Expand Down

0 comments on commit 9e295dc

Please sign in to comment.