Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
test: Use correct path for devDependency in --production test
Browse files Browse the repository at this point in the history
PR-URL: #8985
  • Loading branch information
bengl authored and iarna committed Aug 1, 2015
1 parent eb2c7aa commit 6e53c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tap/install-cli-production.js
Expand Up @@ -47,9 +47,9 @@ test('setup', function (t) {
JSON.stringify(dependency, null, 2)
)

mkdirp.sync(path.join(pkg, 'devDependency'))
mkdirp.sync(path.join(pkg, 'dev-dependency'))
fs.writeFileSync(
path.join(pkg, 'devDependency', 'package.json'),
path.join(pkg, 'dev-dependency', 'package.json'),
JSON.stringify(devDependency, null, 2)
)

Expand Down

0 comments on commit 6e53c3d

Please sign in to comment.