Skip to content

Commit

Permalink
🥭 enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Aug 1, 2022
1 parent c568675 commit 1e7afaa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ coverage/
.travis.yml
.coveralls.yml
tsconfig.json
jestconfig.json
jest.config.js
rollup.config.js
build.js
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ integer.nextPow2(63);

[![](https://img.youtube.com/vi/EK32jo7i5LQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=EK32jo7i5LQ)<br>
[![DOI](https://zenodo.org/badge/133167597.svg)](https://zenodo.org/badge/latestdoi/133167597)
[![Coverage Status](https://coveralls.io/repos/github/nodef/extra-integer/badge.svg?branch=master)](https://coveralls.io/github/nodef/extra-integer?branch=master)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d9c12df80ca4add5422e/test_coverage)](https://codeclimate.com/github/nodef/extra-integer/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/d9c12df80ca4add5422e/maintainability)](https://codeclimate.com/github/nodef/extra-integer/maintainability)


[MIN_VALUE]: https://nodef.github.io/extra-integer/modules.html#MIN_VALUE
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-integer",
"version": "2.1.6",
"version": "2.1.7",
"description": "Common operations for 32-bit integers.",
"main": "index.js",
"module": "index.mjs",
Expand All @@ -10,7 +10,7 @@
"import": "./index.mjs"
},
"scripts": {
"test": "exit",
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 4a81f6 to 5da6fa

0 comments on commit 1e7afaa

Please sign in to comment.