Skip to content

Commit b409260

Browse files
committed
feat(jest-to-node-test): add initial implementation
1 parent 9641f96 commit b409260

File tree

10 files changed

+2631
-12
lines changed

10 files changed

+2631
-12
lines changed

.vscode/settings.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"editor.formatOnSave": true,
3-
"javascript.updateImportsOnFileMove.enabled": "always",
4-
"typescript.updateImportsOnFileMove.enabled": "always",
5-
"editor.formatOnPaste": true,
6-
"editor.wordWrap": "wordWrapColumn",
7-
"editor.wordWrapColumn": 100,
8-
"[markdown]": {
9-
"editor.wordWrap": "off"
10-
}
2+
"editor.formatOnSave": true,
3+
"javascript.updateImportsOnFileMove.enabled": "always",
4+
"typescript.updateImportsOnFileMove.enabled": "always",
5+
"editor.formatOnPaste": true,
6+
"editor.wordWrap": "wordWrapColumn",
7+
"editor.wordWrapColumn": 100,
8+
"[markdown]": {
9+
"editor.wordWrap": "off"
10+
}
1111
}

0 commit comments

Comments
 (0)