Remove test code

This commit is contained in:
Michael Shilman 2019-12-09 12:25:26 +08:00
parent b436339376
commit 022816d3f0

View File

@ -23,8 +23,6 @@ export function splitSTORYOF(ast, source) {
export function splitExports(ast, source) {
const parts = [];
let lastIndex = 0;
const excludeStories = ['text'];
const includeStories = undefined;
estraverse.traverse(ast, {
fallback: 'iteration',