You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This module is used for writing unit tests for your applications, you can access
7
7
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.
8
8
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.
9
9
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
+
10
12
A `strict` and a `legacy` mode exist, while it is recommended to only use `strict mode`.
0 commit comments