We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2be87 commit 8237a0fCopy full SHA for 8237a0f
packages/cli-e2e/src/cli.smoke.spec.ts.disabled renamed to packages/cli-e2e/src/cli.smoke.spec.ts
@@ -23,7 +23,7 @@ describe('Qwik UI CLI Smoke test', () => {
23
24
it('should be installed and add the button file', () => {
25
execSync(
26
- 'npx -y qwik-ui@0.4.1 init --e2e --projectRoot ./ --uiComponentsPath "src/components/ui" --rootCssPath "src/global.css" --installTailwind --style "simple" --components=button',
+ 'npx -y qwik-ui@e2e init --e2e --projectRoot ./ --uiComponentsPath "src/components/ui" --rootCssPath "src/global.css" --installTailwind --style "simple" --components=button',
27
{
28
cwd: projectDirectory,
29
env: process.env,
0 commit comments