Skip to content

Commit ec2ea88

Browse files
committedMay 11, 2018
add deprecation notice
1 parent 1cfd2a5 commit ec2ea88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎README.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Nodeunit
66
Simple syntax, powerful tools. Nodeunit provides easy async unit testing for
77
node.js and the browser.
88

9+
10+
DEPRECATED PROJECT
11+
-----
12+
13+
The project is very stale. We've kept it working on new versions of node, and sometimes merged small PRs that help teams relying on nodeunit.
14+
15+
Nodeunit was the arguably first testing framework developed for node. It was very useful at the time, but there's an overwhelming number
16+
of other worthwhile testing solutions out there that are actively maintained. tap, ava, tape, mocha, jasmine, jest, ... the list goes on and on.
17+
18+
If Nodeunit were truly bringing some different philosophy to the testing scene I'd say yes effort should be made to shore up it's development,
19+
but given how many other great options there are out there, a benefit of letting it atrophy is it's one less choice people have to make when
20+
choosing a testing solution. *You are strongly encouraged to check out other more modern testing options.*
21+
22+
23+
__Features__
24+
925
* Simple to use
1026
* Just export the tests from a module
1127
* Works with node.js and in the browser

0 commit comments

Comments
 (0)
Please sign in to comment.