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

Commit 7b9d854

Browse files
committed
modern use of os.tmpdir
1 parent 84fceec commit 7b9d854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var exec = require('child_process').exec
55

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

0 commit comments

Comments
 (0)