Skip to content

Commit

Permalink
fixup! chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed May 11, 2021
1 parent d4d9ab3 commit a19ec2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as util from "util"
import xdgBasedir from "xdg-basedir"
import { tmpdir } from "./constants"

interface Paths {
export interface Paths {
data: string
config: string
runtime: string
Expand Down
2 changes: 1 addition & 1 deletion test/unit/node/util.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getEnvPaths } from "../../../src/node/util"
import { getEnvPaths, Paths } from "../../../src/node/util"

describe("getEnvPaths", () => {
it("should return an object with the data, config and runtime path", () => {
Expand Down

0 comments on commit a19ec2a

Please sign in to comment.