Skip to content

Commit

Permalink
fix: svg minify check
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Jun 4, 2024
1 parent 797c787 commit 689910b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/__tests__/svg_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('check svg file format', () => {

it('should be valid svgs', async () => {
try {
await exec('git fetch origin master --depth 1');
changed_files = [
...await fetchFiles('git diff --name-only -- *.svg'),
...await fetchFiles('git diff HEAD origin/master --name-only -- *.svg'),
Expand Down

0 comments on commit 689910b

Please sign in to comment.