Skip to content

Commit

Permalink
only run badge check notif test
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Oct 8, 2024
1 parent 5e76ce1 commit 2759c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const webpack = require('webpack');
module.exports = {
mode: 'development',
entry: {
e2e: glob.sync('./specs/**/notification_trigger.test.js'),
e2e: glob.sync('./specs/**/notification_badge_in_dock.test.js'),
},
output: {
path: path.resolve(__dirname, 'dist/'),
Expand Down

0 comments on commit 2759c14

Please sign in to comment.