Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reflect metadta peer dependency #463

Merged
merged 3 commits into from
Oct 18, 2024

fix: reflect metadata smaller then 1

470599b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: reflect metadta peer dependency #463

fix: reflect metadata smaller then 1
470599b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests Results (unit) succeeded Oct 18, 2024 in 1s

4 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/suites/suites/test-reports/unit.xml

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

Test suite Passed Failed Skipped Time
Suites Adapter Package Resolving Integration Test 2✅ 1s
Testbed Builder Unit Spec 2✅ 1s

✅ Suites Adapter Package Resolving Integration Test

Suites Adapter Package Resolving Integration Test Resolving an adapter with default export should successfully resolve the adapter package
  ✅ Suites Adapter Package Resolving Integration Test Resolving an adapter with default export should successfully resolve the adapter package
Suites Adapter Package Resolving Integration Test Resolving an adapter with no default export should failed resolving the adapter package and throw an error
  ✅ Suites Adapter Package Resolving Integration Test Resolving an adapter with no default export should failed resolving the adapter package and throw an error

✅ Testbed Builder Unit Spec

Testbed Builder Unit Spec should call the constructor of the fake builder type
  ✅ Testbed Builder Unit Spec should call the constructor of the fake builder type
Testbed Builder Unit Spec should create new testbed builder with the given fake builder type
  ✅ Testbed Builder Unit Spec should create new testbed builder with the given fake builder type