-
I've pulled down the repo and installed nodeunit, but cannot get
```
.../node_apps/co_opencampaigndata/tests$ nodeunit api_controller_test.js
```
to pass. The output is as follows:
```
api_contro…
-
Very simple project:
```javascript
const {Sequelize, DataTypes} = require("sequelize");
const sequelize = require("../index").getConnection();
const Model = sequelize.define('Practice', {
…
-
CECI EST UNE EPIQUE
Faire en sorte que les services appelés dans les contrôleurs retournes une erreur contenant un message et un code.
ErrorMiddleware se charge déjà de renvoyer un réponse forma…
-
Can we have an ability to log requests and response with the time taken for the requests along with all headers to console embedded in the code itself may be via flag ?
-
## Short description
Currently this package cannot be used when we use strict typescript configuration.
## Steps to reproduce
1. `nest new foo --strict` (Note the `--strict` argument)
2. `np…
-
I am running on Ubuntu 23. I have cloned the project and then ran
`yarn infra`
the docker containers are up and running successfully. But while trying to run the command
`yarn start:dev` i am get…
-
### Feature type
New Feature
### Description
Create basic express server with minimum 1 endpoint and write tests using supertest to test this utility. In addition to that, you can always install th…
-
## Description
We need to conduct a 1-day spike to explore and identify the best testing strategies for our Submit repo. The goal is to gather enough information to make informed decisions about our …
-
In order to prevent any possible SSL issues in the future, we should start to run all TM 4.0 sites in SSL (including the ones running from localhost)
I don't expect this to be hard, since there is go…
-
# Issue
Cannot use @DefaultScope() simultaneously in two related Models
## Versions
- sequelize: 6.35.1
- sequelize-typescript: 2.1.6
- typescript: 5.3.3
## Issue type
- [ x] …