Closed suchitadoshi1987 closed 5 years ago
I just pushed another commit here that does a few things:
node-tests/
.eslintrc.js
.npmignore
lib/tasks/dependencies-task.ts
run
module
tests/helpers/fixturify-project
yarn test:node
yarn test
pretest
This should fix the CI failures we were seeing.
I just pushed another commit here that does a few things:
node-tests/
.eslintrc.js
,.npmignore
, to account for newnode-tests/
dirlib/tasks/dependencies-task.ts
'srun
methodmodule
in node files (causes issues with built in node globals)tests/helpers/fixturify-project
yarn test:node
scriptyarn test
script to do a build before running tests (by adding apretest
)This should fix the CI failures we were seeing.