Skip to content

Commit

Permalink
Merge pull request #260 from tuchk4/fix/deprecated-tmp-dir
Browse files Browse the repository at this point in the history
chore: remove os.tmpDir deprecation warning
  • Loading branch information
Turbo87 authored Mar 3, 2020
2 parents 67fbfc3 + 388bd94 commit 2ce956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ConfigurationError from "./configuration-error";

describe("Configuration", function() {
describe("fromPath", function() {
const tmpDir = `${os.tmpDir()}/changelog-test`;
const tmpDir = `${os.tmpdir()}/changelog-test`;

beforeEach(function() {
fs.ensureDirSync(tmpDir);
Expand Down

0 comments on commit 2ce956d

Please sign in to comment.