|
20 | 20 | "pwsh:install": "pwsh -File ./install.ps1", |
21 | 21 | "pester:install": "pwsh -NoProfile -Command \"Install-Module -Name Pester -Scope CurrentUser -Force -SkipPublisherCheck -AllowClobber\"", |
22 | 22 | "pester:update": "pwsh -NoProfile -Command \"Update-Module -Name Pester -Force -ErrorAction Stop\"", |
23 | | - "test": "pwsh -Command \"Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
24 | | - "test:full": "pwsh -Command \"$env:PWSH_TEST_MODE='full'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
25 | | - "test:fast": "pwsh -NoProfile -Command \"$env:PWSH_TEST_MODE='fast'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
26 | | - "test:serial": "pwsh -NoProfile -Command \"$env:PWSH_TEST_MODE='serial'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
27 | | - "test:debug": "pwsh -NoProfile -Command \"$env:PWSH_TEST_MODE='debug'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
28 | | - "test:serial:debug": "pwsh -NoProfile -Command \"$env:PWSH_TEST_MODE='serial'; $env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
29 | | - "test:profile": "pwsh -NoProfile -Command \"$env:PWSH_TEST_MODE='serial'; $env:PWSH_TEST_PATH='./tests/ProfileMode.Tests.ps1'; $env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 23 | + "test": "pwsh -NoProfile -Command \"Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 24 | + "test:full": "pwsh -Command \"\\$env:PWSH_TEST_MODE='full'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 25 | + "test:fast": "pwsh -NoProfile -Command \"\\$env:PWSH_TEST_MODE='fast'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 26 | + "test:serial": "pwsh -NoProfile -Command \"\\$env:PWSH_TEST_MODE='serial'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 27 | + "test:debug": "pwsh -NoProfile -Command \"\\$env:PWSH_TEST_MODE='debug'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 28 | + "test:serial:debug": "pwsh -NoProfile -Command \"\\$env:PWSH_TEST_MODE='serial'; \\$env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
| 29 | + "test:profile": "pwsh -NoProfile -Command \"\\$env:PWSH_TEST_MODE='serial'; \\$env:PWSH_TEST_PATH='./tests/ProfileMode.Tests.ps1'; \\$env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\"", |
30 | 30 | "test:detailed": "pwsh -Command \"Invoke-Pester -Output Detailed\"", |
31 | 31 | "scripts:install": "pwsh -File ./install.ps1", |
32 | 32 | "scoop:update": "scoop update -a", |
33 | 33 | "choco:update": "choco upgrade all -y", |
34 | 34 | "nb:clean": "pwsh -NoProfile -Command \"fd -e ipynb |ForEach-Object { nbstripout $_ }\"", |
35 | | - "qa:pwsh": "pnpm format:pwsh && pnpm test", |
| 35 | + "qa:pwsh": "pnpm format:pwsh && pnpm test:fast", |
36 | 36 | "qa": "node ./scripts/qa.mjs changed", |
37 | 37 | "qa:all": "node ./scripts/qa.mjs all", |
38 | 38 | "qa:verbose": "node ./scripts/qa.mjs changed --verbose", |
|
0 commit comments