Skip to content

Commit

Permalink
better test/input.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jun 21, 2023
1 parent 9fc9056 commit e13b3aa
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm/channel.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4c9d14a5-5462-4074-b208-d8633aa2f6e9';
export default '417f77a3-3f54-4e3f-95fa-50ee1cb1635d';
4 changes: 2 additions & 2 deletions global.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"rollup:uhtml": "rollup --config rollup/uhtml.config.js",
"test": "c8 node test/index.js",
"server": "npx static-handler --cors --coop --coep --corp .",
"size": "cat es.js | brotli | wc -c; cat structured.js | brotli | wc -c; cat global.js | brotli | wc -c",
"size": "cat es.js | brotli | wc -c; cat structured.js | brotli | wc -c; cat global.js | brotli | wc -c; cat uhtml.js | brotli | wc -c",
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion structured.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e13b3aa

Please sign in to comment.