Skip to content

Commit

Permalink
chore: reset test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed May 11, 2023
1 parent 0dfecfc commit e4c6efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fixtures/doctor/errors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import path from 'child_process';
import esm from 'esm';
import externals from 'externals';
import hello from 'hello';
import BigCamelCase from './camelCase';
// @ts-ignore
import BigCamelCase from './CamelCase';
import './index.less';

// to avoid esbuild tree-shaking
Expand Down

0 comments on commit e4c6efc

Please sign in to comment.