Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Aug 6, 2024
1 parent 1b01436 commit 7353c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/fixtures.umi/config.less.globalVars/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from 'react';
import './index.less';
import './a.less';
import './b.less';
export default () => <div>1</div>;

0 comments on commit 7353c9a

Please sign in to comment.