From add90d4d77276132ffbbacc402dbdfa18fd3bed7 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:38:37 +0300 Subject: [PATCH] Update tests/__data__ --- tests/__data__/expected/sites_init/readme.md | 42 ++++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/tests/__data__/expected/sites_init/readme.md b/tests/__data__/expected/sites_init/readme.md index 63fdd953..c7b4763e 100644 --- a/tests/__data__/expected/sites_init/readme.md +++ b/tests/__data__/expected/sites_init/readme.md @@ -1,21 +1,21 @@ -# example.com - -https://example.com - -### Download the guide - -```sh -npm run grab --- --site=example.com -``` - -### Update channel list - -```sh -npm run channels:parse --- --config=./sites/example.com/example.com.config.js --output=./sites/example.com/example.com.channels.xml -``` - -### Test - -```sh -npm test --- example.com -``` +# example.com + +https://example.com + +### Download the guide + +```sh +npm run grab --- --sites=example.com +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/example.com/example.com.config.js --output=./sites/example.com/example.com.channels.xml +``` + +### Test + +```sh +npm test --- example.com +```