CHUNG

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
CHUNG created a post, Generate coverage report for all test files
Is it possible to run multiple or all tests with Coverage in one go? It looks like I can only run a specific test with Coverage as the document suggests: -
CHUNG created a post, Error running tests from editor with jest 24.*
My tests are written in typescript. I use ts-jest to run the tests by clicking the green arrow in the left gutter. It has been working fine up util 23.6. But upgrading to 24.* breaks the tests. It ... -
CHUNG created a post, Use react-native-debugger instead of Chrome DevTools
Here's a similar request: https://github.com/jhen0409/react-native-debugger/issues/261 Is there any way in the Debug configuration to not use Chrome DevTools when starting up `react-native-cli`? I ... -
CHUNG created a post, Does Webstorm support typescript path alias?
I'm using Webstorm 3.0 EAP and I want to use typescript path alias feature after reading this introduction: https://netbasal.com/sexier-imports-in-typescript-e3c645bdd3c6 tsconfig.json: { "baseUr... -
-
CHUNG created a post, Setting up a typescript compile scope to exclude `__tests__` folder from being compiled doesn't work.
All of my tests are written in typescript. They are stored in the __tests__ folder. I use jest and ts-jest to run the tests so I don't need Webstorm to compile those test scripts into js/jsx for me... -
CHUNG created a post, Isolating test folder
Is it possible to isolate the entire test folder in a way that the code completion will not show its file suggestions outside the folder? For example, 1.When I type in a class name in /component/... -
CHUNG created a post, broswerify in babel file watcher
I have been following this guide to compile es6 code. I set up a babel file watcher as per the guideline but getting `Uncaught ReferenceError: require` error in my script. I know browserify can sol...