Skip to content

Commit 9869340

Browse files
committed
Add notice about browser support.
1 parent 986fc8d commit 9869340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This module is used for writing unit tests for your applications, you can access
77
It aims to be fully compatibe with the [node.js assert module](http://nodejs.org/api/assert.html), same API and same behavior, just adding support for web browsers.
88
The API and code may contain traces of the [CommonJS Unit Testing 1.0 spec](http://wiki.commonjs.org/wiki/Unit_Testing/1.0) which they were based on, but both have evolved significantly since then.
99

10+
> `assert` supports modern browsers, and IE versions 9 and up. For Internet Explorer 8 support, the shim and sham versions of [es5-shim](https://github.com/es-shims/es5-shim) are required.
11+
1012
A `strict` and a `legacy` mode exist, while it is recommended to only use `strict mode`.
1113

1214
## Strict mode

0 commit comments

Comments
 (0)