Skip to content

Commit

Permalink
Merge pull request #356 from brodybits/tap-12
Browse files Browse the repository at this point in the history
Use tap@12
  • Loading branch information
Caolan McMahon authored Jul 9, 2018
2 parents ec2ea88 + 98f5a33 commit cd773a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js

node_js:
- "stable"
- "10"
- "8"
- "6.14"
- "6.5"
- "6.4"
- "6.3"
- "5.12"
- "4.9"
- "4.4"
- "0.12"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ but given how many other great options there are out there, a benefit of letting
choosing a testing solution. *You are strongly encouraged to check out other more modern testing options.*


__Features__
Features
--------

* Simple to use
* Just export the tests from a module
Expand All @@ -30,7 +31,8 @@ __Features__
* Flexible reporters for custom output, built-in support for HTML and jUnit XML
* Allows the use of mocks and stubs

__Contributors__
Contributors
------------

* [alexgorbatchev](https://github.com/alexgorbatchev)
* [alexkwolfe](https://github.com/alexkwolfe)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeunit",
"version": "0.11.2",
"version": "0.11.3",
"description": "Easy unit testing for node.js and the browser.",
"maintainers": [
{
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"ejs": "^2.5.2",
"tap": "^10.0.2"
"tap": "^12.0.1"
},
"scripts": {
"test": "node ./bin/nodeunit"
Expand Down

0 comments on commit cd773a2

Please sign in to comment.