Skip to content

Commit

Permalink
delete merge api test from webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lai committed Sep 19, 2024
1 parent 32a4faf commit d355c0e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,14 +599,4 @@ if (isTest) {
}
// End Testing

mergeApiTestJson();

if (isDev) {
watch('./apiTests/specs', async function(event, filename) {
if (event === 'change') {
mergeApiTestJson();
}
});
}

module.exports = config;

0 comments on commit d355c0e

Please sign in to comment.