Skip to content

Commit 8d8a7f2

Browse files
authored
Merge branch 'master' into update-deps
2 parents 70de300 + 4846d29 commit 8d8a7f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export function a() { return "a1"; }
2-
export { a, b } from "./b";
2+
export { b } from "./b";
33
export * from "./c";
4-
export { d, e } from "./b";
4+
export { d } from "./b";
55
export var e = "e1";

test/mocha.opts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
--full-trace
22
--reporter dot
3+
--globals addresses

0 commit comments

Comments
 (0)