@dword-design/base 11.3.7 → 11.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +6 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -56,6 +56,12 @@ const run = async () => {
|
|
|
56
56
|
}, {
|
|
57
57
|
description: 'Update snapshots',
|
|
58
58
|
name: '-u, --update-snapshots'
|
|
59
|
+
}, {
|
|
60
|
+
description: 'Run tests in interactive UI mode',
|
|
61
|
+
name: '--ui-host <host>'
|
|
62
|
+
}, {
|
|
63
|
+
description: 'Host to serve UI on; specifying this option opens UI in a browser tab',
|
|
64
|
+
name: '--ui'
|
|
59
65
|
}]
|
|
60
66
|
},
|
|
61
67
|
...(_base$config$commands = base.config.commands, mapValues((command, name) => ({
|