Skip to content

fix: the tsconfig spec generated for library contains several issues

Sign in for the full log view
GitHub Actions / UT Tests report-windows-latest succeeded Jan 6, 2025 in 0s

20 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
packages/@o3r/dev-tools/dist-test/junit.xml 3✅ 4s
packages/@o3r/third-party/dist-test/junit.xml 9✅ 24s
packages/@o3r/workspace/dist-test/junit.xml 7✅ 11s
tools/github-actions/new-version/dist-test/junit.xml 1✅ 3s

✅ packages/@o3r/dev-tools/dist-test/junit.xml

3 tests were completed in 4s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
String utils 3✅ 4s

✅ String utils

packages\@o3r\dev-tools\src\utils\string.spec.ts
  ✅ String utils pad should add a 0 to number <10 and >=0
  ✅ String utils pad should not add a 0 to number >=10
  ✅ String utils pad should add two 0 to number <10 with digit=3

✅ packages/@o3r/third-party/dist-test/junit.xml

9 tests were completed in 24s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
A/B testing bridge 3✅ 13s
Add Iframe 5✅ 22s
third party integration 1✅ 11s

✅ A/B testing bridge

packages\@o3r\third-party\src\bridge\ab-testing\ab-testing-bridge.spec.ts
  ✅ A/B testing bridge should add a new bridge to the window
  ✅ A/B testing bridge should share the A/B testing experiments via the bridge experiments$
  ✅ A/B testing bridge should support a list of experiment

✅ Add Iframe

packages\@o3r\third-party\schematics\iframe-to-component\index.spec.ts
  ✅ Add Iframe Otter standalone component should update the component and the template
  ✅ Add Iframe Otter standalone component should throw if we add iframe to a component that already has it
  ✅ Add Iframe Angular component should throw if inexisting path
  ✅ Add Iframe Angular component Angular component should throw if no Otter component
  ✅ Add Iframe Angular component Angular component should call convert-component if no Otter component

✅ third party integration

packages\@o3r\third-party\src\index.spec.ts
  ✅ third party integration should compile

✅ packages/@o3r/workspace/dist-test/junit.xml

7 tests were completed in 11s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
generateApplication 4✅ 7s
New module generator 3✅ 10s

✅ generateApplication

packages\@o3r\workspace\schematics\application\index.spec.ts
  ✅ generateApplication should generate an application
  ✅ generateApplication should generate an application with provided path
  ✅ generateApplication should throw error if NX context is detected
  ✅ generateApplication should throw error if no workspace configuration is found

✅ New module generator

packages\@o3r\workspace\schematics\library\index.spec.ts
  ✅ New module generator should generate the minimum mandatory files
  ✅ New module generator should generate an project with jest files
  ✅ New module generator in NX monorepo should generate Nx project.json with given name

✅ tools/github-actions/new-version/dist-test/junit.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
undefined 1✅ 2s

✅ undefined

tools\github-actions\new-version\src\index.spec.ts
  ✅ should be removed as soon as we have one test in this package