Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Mar 1, 2021
1 parent 610958b commit e9ea912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/plots/sankey/sankey/monkey-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('sankey', () => {

// 不报错即可
expect(() => {
console.log(layout(sankeyLayoutInputData));
layout(sankeyLayoutInputData);
}).not.toThrow();
}
});
Expand Down

0 comments on commit e9ea912

Please sign in to comment.