Skip to content

Commit 3e031a8

Browse files
committed
Auto-generated commit
1 parent 66bdf8b commit 3e031a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`c4ef550`](https://github.com/stdlib-js/stdlib/commit/c4ef5500174a0d77a90b1a72be560938ac56d58d) - **chore:** minor clean-up _(by Philipp Burckhardt)_
2526
- [`97c434d`](https://github.com/stdlib-js/stdlib/commit/97c434de1ac819d4f616202b10ebdce3970a76d8) - **chore:** directly draw from the desired distribution instead of adding constants _(by Philipp Burckhardt)_
2627
- [`746eae4`](https://github.com/stdlib-js/stdlib/commit/746eae4688b31749105a872b58aaa5e7fb017ae0) - **docs:** fix argument order _(by Athan Reines)_
2728
- [`0d52a8a`](https://github.com/stdlib-js/stdlib/commit/0d52a8a0eec7221c0147185c4ce3317db0458498) - **chore:** minor clean-up _(by Philipp Burckhardt)_

test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var opts = {
4747

4848
// TESTS //
4949

50-
tape( 'main export is a function', opts, opts, function test( t ) {
50+
tape( 'main export is a function', opts, function test( t ) {
5151
t.ok( true, __filename );
5252
t.strictEqual( typeof cdf, 'function', 'main export is a function' );
5353
t.end();

0 commit comments

Comments
 (0)