mirror of https://github.com/webpack/webpack.git
added note for browsertest
This commit is contained in:
parent
d16459ba12
commit
9fce4061f1
|
|
@ -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
|
||||
});
|
||||
Loading…
Reference in New Issue