Commit Graph

22 Commits

Author SHA1 Message Date
Ian Mckay fba7764631
fix(jest-circus) correct concurrent event ordering (#15381) 2025-01-15 12:06:53 +00:00
Benjamin Sternthal dcc4bc3090
Add OpenJS Logo And Footer (#14904) 2024-02-20 08:55:52 +01:00
Homa Wong 6cd65a1413
chore: use prettier as default formatter in vscode (#13721) 2023-01-03 09:07:49 +01:00
Tom Mrazauskas c5551c4cf4
chore: update `vscode` config (#12872) 2022-05-24 15:31:06 +02:00
Tom Mrazauskas 0d98094791
chore: run `prettier` also on JSON files (#12598) 2022-03-28 00:26:30 +02:00
Conrad Buck 7f881af0bf
fix(reporters): verbose reporter should not buffer writes (#11054) 2021-10-08 15:30:38 +02:00
Joe Lencioni a35b9cc686
Remove Flow from vscode recommended extensions (#10151) 2020-06-09 15:55:18 +02:00
Mateusz Burzyński 70bf93c32d
Update .vscode/launch.json settings (#9868)
* Update .vscode/launch.json settings

* Update .vscode/launch.json

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2020-04-23 22:26:40 +02:00
Mateusz Burzyński 554e1ac96a
Add an option to vscode settings to always use workspace TS (#9869) 2020-04-22 23:30:12 +02:00
Michał Pierzchała 1ed46e71a0
fix: vscode eslint on save settings (#9584) 2020-02-17 15:28:14 +01:00
Michał Pierzchała 9ac2dcd55c fix: limit number of workers when creating haste maps in projec… (#9259) 2019-12-03 23:25:43 +01:00
Trivikram Kamat 68eb9a232d chore: add runtimeArgs in VSCode launch.json (#6985) 2018-09-16 09:54:40 +02:00
Trivikram Kamat a19cad6acd Replace YAML extension of adamvoss with redhat (#6900)
adamvoss.yaml is unpublished from Marketplace
https://marketplace.visualstudio.com/items?itemName=adamvoss.yaml

The one by Redhat is most popular (with 1.6M installs)
https://marketplace.visualstudio.com/search?term=YAML&target=VSCode

VSCode shows the following error with adamvoss.yaml recommendation:
![screenshot from 2018-08-27 19-44-58](https://user-images.githubusercontent.com/16024985/44697726-e6f90900-aa31-11e8-90f1-83338d01f542.png)


<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->

<!-- Please remember to update CHANGELOG.md in the root of the project if you have not done so. -->

## Summary

<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->

## Test plan

<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
2018-08-28 10:58:41 +02:00
Orta 0b076cdfd6 Add support for debugging Jest inside the current file (#5717) 2018-03-05 00:01:44 +00:00
Simen Bekkhus 9b40311dec Format markdown files with Prettier (#4853)
* Format md files with prettier

* Format even more markdown

* Fix escaping of .

* Don't use prettier on readme.md

* Use prettier@1.8.1

* Prettify moar files

* Remove redundant prettier options from vscode settings

* Format with prettier 1.8.2
2017-11-10 19:33:02 +00:00
Arbaaz b8e2fe384c Update extensions.json (#4754)
This extension is deprecated:
https://github.com/djabraham/vscode-yaml-validation
2017-10-30 08:47:16 +00:00
Vincent Voyer cfe1a9a84b chore(vscode): ease flow usage (#4569)
* chore(vscode): ease flow usage

Following https://github.com/flowtype/flow-for-vscode#setup they recommend setting `"javascript.validate.enable": false` in workspace settings, otherwise I get errors like "... can only be used in a .ts file".

As I am new to flow and vscode I might be wrong, let me know vscode users contributing to Jest how it works for you today?

* Update settings.json
2017-09-30 19:17:26 +01:00
Michał Pierzchała 4ff0be5f9e Enable prettier eslint integration for vscode (#4034) 2017-07-14 09:06:45 +01:00
Orta 7e2e2b6e45 Improves the terse messages in jest-editor (#3615)
* Improves the terse messages in jest-editor

* Adds a note about wording for jest-editor inside a test that matches the error it is implicity relying on

* Adds a note about wording for jest-editor inside a test that matches the error it is implicity relying on
2017-05-22 10:49:17 +01:00
Orta 5681310af7 Adds prettier defaults for VS Code (#3612) 2017-05-19 15:44:52 +02:00
Orta 5299fd8310 [Dev] Improves the VS Code default settings, and recommends some extensions which cover the features of the codebase (#3592) 2017-05-17 16:52:57 +01:00
Orta e7755a30d3 Adds babylon support for parsing test files (#2327)
* Adds babylon support for parsing test files

* NOOP typescript tests when the require for ts fails

* Add typescript as a dev dependency so tests will run for jest-editor-support

* Jest Editor] PR Feedback

* traverse all nodes to find all test/it/expect blocks

* Jest Editor -Use the babelRC for plugins

* handle matching it.only/describe.only

* Update ScriptParser.js
2016-12-19 01:40:36 +00:00