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

STCOR-932 implement useModuleFor(path) to map path -> module #1578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zburke
Copy link
Member

@zburke zburke commented Dec 23, 2024

Query discovery to retrieve information about the module implementing a given endpoint. Simple usage:

const { module } = useModuleFor('/path');
// { name: 'mod-foo', ... }

Refs STCOR-932

Query discovery to retrieve information about the module implementing a
given endpoint. Simple usage:
```
const { module } = useModuleFor('/path');
// { name: 'mod-foo', ... }
```

Refs STCOR-932
@zburke zburke requested a review from a team as a code owner December 23, 2024 15:17
Copy link

Bigtest Unit Test Results

189 tests  ±0   184 ✅ ±0   6s ⏱️ ±0s
  1 suites ±0     5 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 1644c97. ± Comparison against base commit 93297f6.

This pull request removes 5 and adds 3 tests. Note that renamed tests count towards both.
      equal to check email label in english translation
      equal to check email precautions label in english translation
      equal to sent email precautions label in english translation
Chrome_131_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the header with an appropriate text content
Chrome_131_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
Chrome_131_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the header with an appropriate text content
      equal to check email label in english translation
Chrome_131_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
      equal to check email precautions label in english translation
Chrome_131_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
      equal to sent email precautions label in english translation

Copy link

Jest Unit Test Results

  1 files  ±0   60 suites  +1   1m 31s ⏱️ -1s
359 tests +4  359 ✅ +4  0 💤 ±0  0 ❌ ±0 
362 runs  +4  362 ✅ +4  0 💤 ±0  0 ❌ ±0 

Results for commit 1644c97. ± Comparison against base commit 93297f6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant