Skip to content

Commit a19ec2a

Browse files
committed
fixup! chore: update CHANGELOG
1 parent d4d9ab3 commit a19ec2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/node/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as util from "util"
99
import xdgBasedir from "xdg-basedir"
1010
import { tmpdir } from "./constants"
1111

12-
interface Paths {
12+
export interface Paths {
1313
data: string
1414
config: string
1515
runtime: string

test/unit/node/util.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getEnvPaths } from "../../../src/node/util"
1+
import { getEnvPaths, Paths } from "../../../src/node/util"
22

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

0 commit comments

Comments
 (0)