-
### Details
Note that the mocks don’t make it through ray remote calls so you can’t depend on using mocks.
-
# Description
This page has:
- Program title
- Program description
- Button that says "Apply"
I'm not sure if this page is possible to access in North Star. If it is unneeded, please:
- …
-
For our organization use case, we usually generate the mocks by running
```bash
npx msw-auto-mock ./swagger.json -o ./src/generated/mock.ts --base-url ${BASE_URL} --codes 200,201,204
```
If we…
soleo updated
1 month ago
-
# Old UX
![address correction](https://github.com/civiform/civiform/blob/main/browser-test/image_snapshots/application_address_correction_test/north-star-verify-address-no-suggestions.png?raw=true)
…
-
Does FFF support having different mocks for a function in different tests (in the same test file)?
I tried mocking a function with various return values and it works great.
I added another test wh…
-
I am trying to setup test cases with `jest`, but after the test was finished the process will stalled and does not exit.
Using the command `jest --detectOpenHandles` will show this error message …
-
## Introduction
**Supporting "strict" mocks will help with test debuggability in certain scenarios.**
This design note explains the rationale and suggested implementation plan to support "strict…
-
For the scope to be implemented be sure to do this [Assignment 2 Use Case Descriptions](https://docs.google.com/document/d/1dENVdGVIx2vB_YyTFGlUUWhtE7d2VJdyHAg8DnBPT2Q/edit?disco=AAABYZwXRVU). I will …
-
**Platform**
Oppia Web
**Describe the request**
The aim of this issue is to create a set of "master" design files for Web that represent the design team's idea of the ideal Oppia website.
Whe…
-
First of all thanks for this tool! been looking for something like this for a while
I noticed this issue:
```sh
# repo structure
/src
mocks/
MockA.ts
```
```sh
# MockA.ts and all …