Add ability to create and open URLs to create files #3256
static-analysis.yml
on: pull_request
yarn-fmt-check
38s
yarn-build-wasm
8m 57s
yarn-tsc
5m 32s
yarn-lint
51s
python-codespell
9s
yarn-unit-test-kcl-samples
9m 30s
yarn-unit-test
10m 9s
Annotations
2 errors and 3 warnings
src/lib/links.test.ts > link creation tests > createCreateFileUrl happy path:
src/lib/links.test.ts#L15
AssertionError: expected 'http://localhost:3000/?create-file=&n…' to be 'http:/localhost:3000/?create-file&nam…' // Object.is equality
- Expected
+ Received
- http:/localhost:3000/?create-file&name=test&units=mm&code=ZXh0cnVzaW9uRGlzdGFuY2UgPSAxMg%3D%3D&askToOpenInDesktop
+ http://localhost:3000/?create-file=&name=test&units=mm&code=ZXh0cnVzaW9uRGlzdGFuY2UgPSAxMg%3D%3D&askToOpenInDesktop=
❯ src/lib/links.test.ts:15:31
|
yarn-unit-test
Process completed with exit code 1.
|
python-codespell
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
yarn-unit-test-kcl-samples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
yarn-unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|