Results 12 issues of Mickael Bourgois

I'd like to comply to `mocha/no-top-level-hooks` but I'm using global hooks to initialize my tests, an `init.js` file is executed before all of my tests: ```js const helper = require('./helper')...

question

## 🐛 Bug Report When the assertion function throw, the output is displayed 2 times under mocha ## To Reproduce ```js const fc = require('fast-check') function throwSomething (smth) { throw...

🐛 Bug Report
✔️ Bug Confirmed

*Description of changes:* There is no hyphen in the response from the drift By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...

*Description of changes:* Fix image paths. Note: links to images could be `https` I don't know if it's http for any reason

Removed `an`

I can't get this code [from the doc][1] to deploy: ```yml AWSTemplateFormatVersion: 2010-09-09 Transform: AWS::LanguageExtensions Resources: Table: Type: AWS::DynamoDB::Table ``` Using `Transform: AWS::LanguageExtensions` always results in > User: arn:aws:iam::XXX:user/admin is...

*Description of changes:* documentation: - Broken links - Typo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The `src/models` file contains only ```typescript // This is a generated file. Modifications will be overwritten. import { BaseModel, Dict, integer, Integer, Optional, transformValue } from '@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib'; import { Exclude,...

The previous version would not exit the master of the cluster Now it exits as it should do Also the error in cluster workers are printed in stdout as json...