Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 12, 2024
1 parent ea20ed3 commit cf104b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@stdlib/constants-float64-pinf": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-special-abs": "^0.2.1",
"@stdlib/math-base-special-asech-test-fixtures-julia-data.json": "github:stdlib-js/math-base-special-asech-test-fixtures-julia-data.json#main",
"@stdlib/random-base-randu": "^0.2.1",
"@stdlib/utils-try-require": "^0.2.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/julia/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var tryRequire = require( '@stdlib/utils-try-require' );

// FIXTURES //

var data = require( '@stdlib/math-base-special-asech-test-fixtures-julia-data.json' );
var data = require( './fixtures/julia/data.json' );


// VARIABLES //
Expand Down

0 comments on commit cf104b0

Please sign in to comment.