mirror of https://github.com/webpack/webpack.git
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
|
|
it("should be possible to import an root path", () => {
|
||
|
|
require("/index.js");
|
||
|
|
});
|