Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Fix temporary directory name in jQuery test
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jul 6, 2015
1 parent 676503d commit 51ca7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('jquery', function () {
describe('off', function () {
before(function (done) {
helpers.run(path.join(__dirname, '../app'))
.inDir(path.join(__dirname, 'temp'))
.inDir(path.join(__dirname, '.tmp'))
.withOptions({'skip-install': true})
.withPrompts({
features: [],
Expand Down

0 comments on commit 51ca7c8

Please sign in to comment.