1 parent 97b7a5e commit 3105d31Copy full SHA for 3105d31
1 file changed
test/configCases/target/buffer-default/index.js
@@ -1,7 +1,7 @@
1
require("should");
2
3
it("should provide a global Buffer shim", function () {
4
- Buffer.should.be.an.Function;
+ Buffer.should.be.a.Function;
5
});
6
7
it("should provide the buffer module", function () {
0 commit comments