Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on CI/CD pipeline, testing for future projects based on deno #246

Closed
valaydesai3 opened this issue Jun 11, 2018 · 1 comment
Closed

Comments

@valaydesai3
Copy link

valaydesai3 commented Jun 11, 2018

I know deno is still in development phase. Currently the project I am working with has Jenkins based CI/CD pipeline. Pipeline runs on every push to feature branch and execute npm install and other scripts and tests on docker container.

So, any thoughts on how will it be with deno ? Especially when there's no npm and backward compatibility. Will there be a new testing framework for deno ?

@qti3e
Copy link
Contributor

qti3e commented Jun 11, 2018

Deno will have internal testing tools, see #20, so there is no need for things like Jest or Chai : )
There is no npm (or any other package manager) for Deno hence no need to run npm install

@qti3e qti3e closed this as completed Jun 11, 2018
piscisaureus pushed a commit to piscisaureus/deno that referenced this issue Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants