Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 15, 2023
1 parent a9d1df4 commit fe81856
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/chunks/destructuring-assignment/test.filter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function(config) {

Check failure on line 1 in test/cases/chunks/destructuring-assignment/test.filter.js

View workflow job for this annotation

GitHub Actions / lint

Insert `·`
// This test can't run in development mode
return config.mode !== "development";
};

0 comments on commit fe81856

Please sign in to comment.