Skip to content

Commit

Permalink
Merge branch 'feature-1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopia committed Jun 30, 2020
2 parents 3d9723f + ee51287 commit b2f77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/components/Form/__tests__/demo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let demo_component = 'Form';
let demoName = demo_component.substr(0, 1).toLowerCase() + demo_component.substr(1);
const menuItem = plainComponents.find(item => item.key === demoName);

if(menuItem){
if(false && menuItem){
const demoTest = require('../../../../tools/tests/demoTest').default;
demoTest(demoName);
}else{
Expand Down

0 comments on commit b2f77b7

Please sign in to comment.