[Pkg-javascript-commits] [node-expect.js] 01/03: Descriptions rewriting
Jérémy Lal
kapouer at moszumanska.debian.org
Fri May 9 13:16:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-expect.js.
commit d6fcc031f613030b044505451d95dcbbeb137fe6
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri May 9 15:14:12 2014 +0200
Descriptions rewriting
---
debian/control | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 0b91b3a..60a5f55 100644
--- a/debian/control
+++ b/debian/control
@@ -18,16 +18,15 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: behavior-driven development style assertions - Node.js module
- expect.js is a minimalistic BDD assertion toolkit based on
- should.js but with some API simplifications, in order to get
- a better browser integration.
+Description: behavior driven test assertions - Node.js module
+ expect.js is a minimalistic behavior driven assertions toolkit similar
+ to should.js but with less footprint.
.
- Some relevant feature is:
+ Some relevant features are:
* Cross-browser: works on IE6+, Firefox, Safari, Chrome, Opera.
* Compatible with all test frameworks.
- * Node.js ready (`require('expect.js')`).
- * Standalone. Single global with no prototype extensions or shims.
+ * Standalone.
+ * No Object prototype extensions.
.
Node.js is an event-based server-side JavaScript engine.
@@ -36,13 +35,12 @@ Architecture: all
Recommends: javascript-common
Depends:
${misc:Depends}
-Description: behavior-driven development style assertions - JavaScript library
- expect.js is a minimalistic BDD assertion toolkit based on
- should.js but with some API simplifications, in order to get
- a better browser integration.
+Description: behavior driven test assertions - JavaScript library
+ expect.js is a minimalistic behavior driven assertions toolkit similar
+ to should.js but with less footprint.
.
- Some relevant feature is:
+ Some relevant features are:
* Cross-browser: works on IE6+, Firefox, Safari, Chrome, Opera.
* Compatible with all test frameworks.
- * Node.js ready (`require('expect.js')`).
- * Standalone. Single global with no prototype extensions or shims.
+ * Standalone.
+ * No Object prototype extensions.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expect.js.git
More information about the Pkg-javascript-commits
mailing list