Guillaume Chau

Results 124 issues of Guillaume Chau

For example: ```ts describe('foo', () => { describe('bar', () => { test('meow', () => {}) }) }) ```

enhancement
comp:ui
comp:server
comp:runner

Being able to extend Peeky with plugins.

enhancement

When switching file in the UI, the subscriptions throw because the file isn't loaded yet. This has no impact on the proper functioning of the UI. ![image](https://user-images.githubusercontent.com/2798204/130455777-7fd0544f-3f23-4f64-8b51-e4747b7bf627.png)

bug
comp:ui

GraphQL comments syntax has changed and is now using a triple double-quotes characters format. This breaks syntax highlighting on GitHub. Example on GitHub: https://gist.github.com/Akryum/74471ad4789e4fcde6e072ea0605c62b

Closes #1154 Closes #1383 Closes #1499

TODO: Investigate technical solution and performance impact.

feature-request

Currently, Jest throws this error: ``` TypeError: Jest: a transform must export something. at /home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:389:19 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Promise.all (index 1) at ScriptTransformer.loadTransformers (/home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:378:5) at createScriptTransformer (/home/akryum/Projects/livestorm-app/node_modules/@jest/transform/build/ScriptTransformer.js:1109:3) at...

### Environment - Operating System: Linux - Node Version: v20.8.1 - Nuxt Version: 3.10.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...

3.x
pending triage

I'm not able to use the latest version (0.7.31) in an ESM environment, such as a Vite app (browser-side) or a native-ESM node app (with TypeScript). The document doesn't also...

bug
help wanted