Veselin Todorov
930dfbdc4f
Fix an issue with mocha --watch
...
When running tests with `mocha --watch` the following exception is thrown:
TypeError: Cannot redefine property: testing
Here is the fix for it. We should be more careful in the future, since the `watch` param is super useful and a lot of developers are using it.
2012-04-29 09:58:56 +03:00
Jake Luer
73ad06bd5c
travis no longer tests on node 0.4.x
2012-04-26 15:41:26 -04:00
Jake Luer
a232b37c7e
removing unnecissary carbon dep
2012-04-26 14:55:54 -04:00
Jake Luer
205e1467b9
Merge branch 'feature/plugins-app'
2012-04-26 14:23:10 -04:00
Jake Luer
9f02abd68f
docs build
2012-04-26 14:22:03 -04:00
Jake Luer
93b8e705c3
templates for docs express app for plugin directory
2012-04-26 14:21:54 -04:00
Jake Luer
621ef7e418
express app for plugin and static serving
2012-04-24 21:55:37 -04:00
Jake Luer
be9cf0ef56
added web server deps
2012-04-24 21:55:25 -04:00
Jake Luer
ee2050abaa
Merge pull request #54 from josher19/master
...
Added almostEqual to assert test suite.
2012-04-23 21:07:36 -07:00
josher19
d2f80f5991
Remove old test.assert code
2012-04-24 11:44:16 +08:00
josher19
d5fe1839a0
Use util.inspect instead of inspect for deepAlmostEqual and almostEqual
2012-04-24 11:34:59 +08:00
Jake Luer
0db35b0f67
browser build
2012-04-23 02:26:05 -04:00
josher19
19c1fb1b9c
Added almostEqual and deepAlmostEqual to assert test suite.
2012-04-23 13:56:44 +08:00
Jake Luer
ed14ab04c9
bug - context determinants for utils
2012-04-23 01:40:28 -04:00
josher19
6702b4da3d
dec=0 means rounding, so assert.deepAlmostEqual({pi: 3.1416}, {pi: 3}, 0) is true
2012-04-23 13:36:12 +08:00
Jake Luer
7100166c0f
wrong travis link
2012-04-22 18:30:02 -04:00
Jake Luer
c6c4e1b43c
readme updates for version information
2012-04-22 18:27:42 -04:00
Jake Luer
6b0bf3783e
travis tests 0.5.x branch as well
2012-04-22 18:24:35 -04:00
Jake Luer
6292957d5e
[bug] util addProperty
not correctly exporting
2012-04-22 18:22:12 -04:00
Jake Luer
580f6c24a2
read me version notes
2012-04-22 17:16:31 -04:00
Jake Luer
d48809afaa
browser build 1.0.0alpha1
2012-04-22 17:04:36 -04:00
Jake Luer
df069ad2d1
not using reserved words in internal assertions. #52
...
This commit fixes #52 in 1.0.0+
- also added mt/lt alias
2012-04-22 17:03:48 -04:00
Jake Luer
fc4956e9fa
version tick
2012-04-22 16:54:21 -04:00
Jake Luer
87870b1b9d
clean up redundant tests
2012-04-22 16:54:11 -04:00
Jake Luer
2d49079f60
Merge branch 'refs/heads/0.6.x'
...
Conflicts:
chai.js
docs/out/chai.js
docs/out/code/assert.html
docs/out/code/expect.html
docs/out/index.html
docs/out/support/coverage/index.html
docs/out/support/tests/mocha.js
lib/assertion.js
lib/chai.js
lib/error.js
lib/interface/assert.js
package.json
2012-04-22 16:39:54 -04:00
Jake Luer
61a137a0c2
update version tag in package 1.0.0alpha1
2012-04-22 16:33:03 -04:00
Jake Luer
eeb862331b
browser build
2012-04-22 15:27:03 -04:00
Jake Luer
88c121e5ee
added utility tests to browser specs
2012-04-22 15:26:54 -04:00
Jake Luer
c8c780aa35
beginning utility testing
2012-04-22 15:26:45 -04:00
Jake Luer
b009feb48f
updated utility comments
2012-04-22 15:26:15 -04:00
Jake Luer
c49ef2790d
utility - overwriteMethod
2012-04-22 14:46:34 -04:00
Jake Luer
f7fd4ea282
utility - overwriteProperty
2012-04-22 14:46:26 -04:00
Jake Luer
f790baa32b
utility - addMethod
2012-04-22 14:46:12 -04:00
Jake Luer
76b195cd6c
utility - addProperty
2012-04-22 14:46:03 -04:00
Jake Luer
31e3035c3d
missing ;
2012-04-22 14:44:52 -04:00
Jake Luer
0131f20b21
contributors list update
2012-04-21 22:27:08 -04:00
Jake Luer
dd66ecbfd8
Release 0.5.3
2012-04-21 19:04:59 -04:00
Jake Luer
1af894f21f
Merge branch 'refs/heads/jgonera-oldbrowsers'
2012-04-21 18:51:52 -04:00
Jake Luer
894febf877
Merge branch 'refs/heads/0.6.x-docs' into 0.6.x
2012-04-21 10:12:27 -04:00
Jake Luer
b688276806
Added guide link to docs. WIP
2012-04-21 10:11:51 -04:00
Juliusz Gonera
d1a12f2f9a
browser build
2012-04-21 00:46:10 -04:00
Juliusz Gonera
23b9ed37df
fixed reserved names for old browsers in interface/assert
2012-04-20 20:02:00 -04:00
Juliusz Gonera
1af9807791
fixed reserved names for old browsers in interface/should
2012-04-20 19:58:06 -04:00
Juliusz Gonera
87e1a54ceb
fixed: chai.js no longer contains fail()
2012-04-20 19:48:30 -04:00
Juliusz Gonera
d90f152ebc
fixed reserved names for old browsers in Assertion
2012-04-20 19:35:21 -04:00
Veselin Todorov
4a8b41e268
Include/contain are now both properties and methods
2012-04-20 20:44:23 +03:00
Veselin Todorov
570e5a121e
Add an alias annotation
2012-04-20 20:43:34 +03:00
Veselin Todorov
b2b2b2a9bc
Remove usless function wrapper
2012-04-20 20:27:40 +03:00
Veselin Todorov
146598d21c
Fix a typo
2012-04-20 20:16:26 +03:00
Veselin Todorov
087047231e
A/an are now both properties and methods
2012-04-20 20:14:21 +03:00