-
### Description
Packages with top-level locked private APIs are not easily mockable in Jest tests by third parties.
I will fully admit even after looking through the private API code I'm not _10…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
## 版本号
~ 1.4.1
## 什么问题
~
![tim 20181121155535](https://user-images.githubusercontent.com/2629994/48826732-22437380-eda6-11e8-9b7b-3abef04d2f3e.png)
![tim 20181121155550](https://user-images.gi…
-
### Description
We need to develop comprehensive unit and integration tests for the `mesheryctl model import` command. This command handles importing models from both individual files and directories…
-
I want to verify the form-data in the request,but the request body is empty,is there any way to support form-data requests?
-
I've added a few mock json strings that have been generated from my dev store `api-test-1234.myshopify.com`. But theres still more mock data to be added. Perhaps I'll setup a user and publish the logi…
-
I'm having a lot of trouble getting this to work. The actual `S3.headObject` is getting called, despite me mocking it.
```ts
import AWS from 'aws-sdk-mock';
import S3 from 'aws-sdk/clients/s3';
…
-
* test.spec.js
```javascript
const AWS = require('aws-sdk');
const AWSMock = require('aws-sdk-mock');
let dynamodb;
function getItem(params) {
return dynamodb.getItem(params).promise();
…
-
# Bug report
While building a demo using the Live Share feature of database.build, I've seen many intermittent failures of the connection. Usually fixed by stopping the Live Share, reloading the ta…
-
### Description
Be able to generate mock tables where placeholders are used instead of numbers. For example instead of having `1.23` for a mean, we can build a table that has `x.xx`.
### Exam…