Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: test for fetch mock without prior invocation
The purpose of this test is to verify the correct behavior of stubbing the globalThis.fetch method with custom implementation. It checks whether the stubbed fetch function correctly returns the expected response without calling fetch iteself first.
- Loading branch information