diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d2c0262b783..ce3f3084215 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -98,7 +98,7 @@ jobs: - name: Test and Generate Coverage run: | yarn prepsuite - yarn test:coverage + node_modules/.bin/jest test/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 diff --git a/test/watch/basic/src/index.js b/test/watch/basic/src/index.js index efc51ca0a97..1d8734ee1c8 100644 --- a/test/watch/basic/src/index.js +++ b/test/watch/basic/src/index.js @@ -1 +1 @@ -console.log('watch flag test'); \ No newline at end of file +console.log('watch flag test');