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

Commit

Permalink
modern use of os.tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Apr 5, 2017
1 parent 84fceec commit 7b9d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var exec = require('child_process').exec

var specHelper = {
// testDir: '/tmp/ah-elasticsearch-orm',
testDir: os.tmpDir() + '/ah-elasticsearch-orm',
testDir: os.tmpdir() + '/ah-elasticsearch-orm',
projectDir: path.normalize(path.join(__dirname, '..')),
built: false,

Expand Down

0 comments on commit 7b9d854

Please sign in to comment.