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

4 lines
123 B
JavaScript
Raw Normal View History

it("should not load node bindings when node option is false", function() {
expect((typeof global)).toBe("undefined");
2017-06-03 14:33:28 +08:00
});