This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and, delete node_modules from exclude clause in tsconfig.json. because node_modules are always excluded in default. https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
from
January 18, 2018 07:18
2113a6c
to
0e5c446
Compare
…use tsx and jsx file
jest don't need to compile spec code
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
from
January 18, 2018 08:42
0e5c446
to
7336272
Compare
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
from
January 18, 2018 11:27
f2e9f9a
to
58fe036
Compare
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
2 times, most recently
from
January 18, 2018 11:45
b855c10
to
0fb233a
Compare
because jest.config.js is default setting file name.
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
from
January 18, 2018 11:54
0fb233a
to
e6e7357
Compare
selmertsx
force-pushed
the
fix_tsconfig_settings
branch
from
January 18, 2018 12:23
3851205
to
5585b35
Compare
LGTM |
レビューありがとうございました! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
やりたいこと
使い方
テストしたいspecを開いた状態のままF5を実行
確認内容
このように、testコード以外でもdebuggerが使えることを確認しました
やったこと
参考にした資料