We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 994f2b0 commit b4454e4Copy full SHA for b4454e4
.travis.yml
@@ -13,6 +13,7 @@ matrix:
13
stage: basic
14
- os: osx
15
node_js: "14"
16
+ env: WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
17
18
19
azure-pipelines.yml
@@ -70,6 +70,7 @@ jobs:
70
- script: |
71
set -e
72
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
73
+ export WATCHPACK_RECURSIVE_WATCHER_LOGGING=1
74
yarn cover --report lcovonly
75
displayName: "Run tests with coverage"
76
0 commit comments