-
-
typescript branch is `ts-main`
javascript branch is `main`
## collector and enrichment
* same: add plugins to implement collector and enricher
* different: the task executor would not care …
-
## 🚀 Feature Proposal
A flag to allow the disabling of the (recursive) replacement of a module's `require` function, to improve testing speed for projects that don't need it.
## Motivation
We…
-
So I have developed an app with the feathers framework. I have a hook attached to a database service that I want to access data from another service. Is this possible, and easy? I want that service to…
-
I wonder if it's possible to have a constructor depenency injection using TypeDI in entities. To clarify situation this is sample code, not real case 😉 But I just need some logic in one of my entity w…
-
Hey! Thanks for this!
I noticed that mocking models that instantiate virtual fields, like this...
```
type: new DataTypes.VIRTUAL(DataTypes.BOOLEAN)
```
https://sequelize.org/master/class/lib/d…
-
Part of the #31 EPIC.
Expectation:
1. Research best unit test library for Node.js w/ express for late 2019 / early 2020.
1. Research best integration test library for Node.js w/ Express for lat…
-
Hi friends!
I’ve been using sequeilize-mock in one of my projects and have been quite enjoying it. That said, there are some enhancements I would love to see. I also see there are similar feelings …
-
Hi,
I think the second parameter here should be `options` instead of `fixtureFilePath`. Otherwise the original sequelize config options (e.g. `logging: false`) are not passed through to the mock in…
-
Does your mocking module work with association ?
Let's say I have a parent-child model:
```
var Node = sequelize.define('Node', {
id: { type: DataTypes.BIGINT, primaryKey: true, autoIncrement…