Socket
Socket
Sign inDemoInstall

ember-cli-addon-tests

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-addon-tests - npm Package Compare versions

Comparing version 0.2.6 to 0.3.0

11

lib/models/addon-test-app.js

@@ -87,3 +87,12 @@ var fs = require('fs-extra');

function copyFixtureFiles(appName, destDir, fixturesPath) {
fixturesPath = findup(fixturesPath || 'tests/fixtures');
fixturesPath = findup(fixturesPath || 'test/fixtures');
if (!fixturesPath) {
fixturesPath = findup('tests/fixtures');
}
if (!fixturesPath) {
throw new Error("Could not find fixtures directory. Make sure you have a fixtures directory in your `test/` directory. You may encounter this issue if you have npm linked this package; copy it to your node_modules directory instead.");
}
var sourceDir = path.join(fixturesPath, appName);

@@ -90,0 +99,0 @@

4

package.json
{
"name": "ember-cli-addon-tests",
"version": "0.2.6",
"version": "0.3.0",
"description": "A set of integration test helpers for Ember CLI addons",

@@ -26,2 +26,3 @@ "main": "lib/index.js",

"dependencies": {
"chalk": "^1.1.3",
"cpr": "1.0.0",

@@ -35,4 +36,5 @@ "debug": "^2.2.0",

"rsvp": "^3.1.0",
"symlink-or-copy": "^1.1.3",
"temp": "^0.8.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc