Skip to content

Commit 1d68ed9

Browse files
committed
refactor: 💡 remove local test src assignment
1 parent 7ec6924 commit 1d68ed9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/parse.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export function parseCommand(cliArgs: { [key: string]: string }) {
2222

2323
const config = loadAndMergeConfig(cliArgs);
2424

25-
config.src = './test-spa';
26-
2725
const parsedOutput = parse(config);
2826
writeParsedOutputToDisk(config, parsedOutput);
2927

0 commit comments

Comments
 (0)