
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
The npm package ember-cli-test-helpers receives a total of 0 weekly downloads. As such, ember-cli-test-helpers popularity was classified as not popular.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.