added note for browsertest

This commit is contained in:
Tobias Koppers 2016-06-04 12:16:52 +02:00
parent d16459ba12
commit 9fce4061f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
it("should not have a require.onError function by default", function() {
(typeof require.onError).should.be.eql("undefined");
(typeof require.onError).should.be.eql("undefined"); // expected to fail in browsertests
});