-
Currently, there doesn't seem to be a way to only use Pretender for only a couple of specific paths, while allowing everything else to behave normally.
I'm trying to use Pretender to stub out data fo…
-
Hi,
I was trying to setup mirage in a react native application as shown below for development using API stubs
Since I am integrating mirage in an existing application, I am using pass through to a…
-
I have a React Native app built with Expo. I incorporated a working MirageJS server for mock data. However, as soon as a Mirage server is instantiated, console functions (log, error, warn) in my app n…
-
I am trying to build a progress bar and demo / test it with Pretender. This is for a file uploader. I am wrapping the file in a FormData object before uploading:
```
const data = new FormData()…
-
I'd like to update pretender to work with fetch but as it is right now the codebase feels a messy (read: I'm so used to ES6 I can't even read `Pretender.prototype.` anymore).
I'm thinking that a go…
-
https://github.com/pretenderjs/pretender/blob/master/index.d.ts#L42-L45
I think the 'correct' place to add it would be in `ExtraRequestData`, happy to do a PR if this is reasonable.
-
I am trying to do below steps and not able to start, below has the steps
1. `git clone https://github.com/pretenderjs/FakeXMLHttpRequest.git`
2. `npm install`
3. `karma start`
Error:
```bash
…
-
So it seems like sometimes (still can't figure out when exactly) the browser will report the type of a file with the charset, such as `image/jpeg; charset=utf-8`. This is apparently valid and used by …
-
Hi,
I'm looking to use pretender to mock API requests for our E2E suite running Puppeteer. It's a cool project, and looking forward to sharing.
I'm trying to use Pretender in the browser, after …
-
I would like to setup [ember-cli-mirage](http://www.ember-cli-mirage.com/docs/v0.4.x/) such that all XHR requests emitted from core `mapbox-gl` work with the Mirage [`passthrough`](https://www.ember-c…