Skip to content

Commit 7a92b2c

Browse files
committed
Auto-generated commit
1 parent 97ed509 commit 7a92b2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-06-30)
7+
## Unreleased (2025-07-04)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`542fce1`](https://github.com/stdlib-js/stdlib/commit/542fce196f903aae5578a7ad528f627bdcf497e0) - **test:** always resolve the package's examples folder _(by Athan Reines)_
1516
- [`f87c5e7`](https://github.com/stdlib-js/stdlib/commit/f87c5e70befaa06d3df0ae85eb47bdaaa9d93557) - **test:** use looser check to handle top-level `examples` which has `index.mjs` _(by Philipp Burckhardt)_
1617

1718
</details>
@@ -24,8 +25,9 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

30+
- Athan Reines
2931
- Philipp Burckhardt
3032

3133
</section>

test/test.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ tape( 'the command-line interface reads the entire contents of a directory', opt
146146
var cmd = [
147147
EXEC_PATH,
148148
fpath,
149-
'./examples'
149+
resolve( __dirname, '..', 'examples' )
150150
];
151151

152152
exec( cmd.join( ' ' ), done );

0 commit comments

Comments
 (0)