webpack/test/configCases/parsing/node-source-plugin-off/index.js

6 lines
149 B
JavaScript
Raw Normal View History

2017-06-03 14:33:28 +08:00
require("should");
it("should not load node-libs-browser when node option is false", function() {
(typeof process).should.be.eql("undefined");
});