Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dustjs-helpers
Advanced tools
helpers tests run on node, use the following command
node test/server.js
In the current distribution of dust, we have unit tests in jasmine for both the client and the nodejs version. If you want to run the client version just open the html page called specRunner.html located in
test/jasmine-test/client/specRunner.html
In order to run the node.js version of dust, run this command in the terminal
node test/jasmine-test/server/specRunner.js
core unit tests: make test
jasmine unit test make jasmine
Note: the above commands has to be run in the project root folder.
We are using a tool called node-cover, it can be installed by npm with the following command:
npm install cover -g
Once you have installed cover, you can use it to generate the code coverage results
cover run test/jasmine-test/server/specRunner.js // runs all the test and creates a folder with results.
cover report // shows you a table with % code covered, missed lines, #lines, %blocks, missed blocks and # blocks.
cover report html //creates a folder the location where you run the command and the report is in html.
Cover creates one html file per js file used by the test. The lines that are not covered are shown on red.
FAQs
Helpers for dustjs-linkedin
The npm package dustjs-helpers receives a total of 4,412 weekly downloads. As such, dustjs-helpers popularity was classified as popular.
We found that dustjs-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.