Julien Collard

Results 6 comments of Julien Collard

Using mocha and TypeScript with ES modules I am facing an issue and I don't quite understand it. Running this cmd as my test cmd : ```sh node --experimental-modules --loader...

This is my project architecture : ``` src |_index.ts test |_tests.ts |_unit |_authentication.ts package.json tsconfig.json ``` My `package.json` : ```json { "name": "my-project", "version": "1.0.0", "description": "My project", "main": "lib/index",...

I've found out that declaring the styles property thought a getter solve my issue. Still I think this should be cover by default. Example: `my-element.ts` ```ts ... @customElement('my-element') export class...

Thanks for the hint @fabswt ! Which version of Python are you using ?

I've just added a PR for adding response headers option support https://github.com/linearlabs-workspace/storybook-addon-mock/pull/206

Hi ! Any update regarding this ? Did you find a workaround @scola84 ?