Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(cli): 修复存在循环依赖时,cli build 不会结束的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed May 7, 2020
1 parent 564939e commit ea5308b
Show file tree
Hide file tree
Showing 18 changed files with 2,296 additions and 2,505 deletions.
5 changes: 5 additions & 0 deletions packages/remax-cli/src/__tests__/circularDependence.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import runTest from './helpers/runTest';

describe('build circular dependence app', () => {
runTest('circularDependence');
});
Loading

0 comments on commit ea5308b

Please sign in to comment.