Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-cli-test-helpers
Advanced tools
Ember-cli-test-helpers is a collection of test helpers
Starting with 2.0, this addon only supports Ember 2.1 and later versions.
# install via npm
$ npm install ember-cli-test-helpers --save-dev
$ npm install
$ bower install
$ ember test
Example usage of helpers can be found in usage-test.js.
The wait for helper waits half a second by default, but you can configure this value.
module.exports = function(/* environment, appConfig */) {
return {
APP: {
defaultWaitForTimeout: 1
}
};
};
The QUnit.testDone
callback function found in
test-support/helpers/fauxjax-testdone.js
is to be used
with 1.X versions of the fauxjax library. For older
versions of fauxjax < 1.0.0, please use a version less
than or equal to 0.7.0 of ember-cli-test-helpers.
Copyright © 2015 Toran Billups
Licensed under the MIT License
FAQs
A collection of test helpers for ember web applications
We found that ember-cli-test-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.