mirror of https://github.com/webpack/webpack.git
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
|
it("should not be moved", function() {
|
||
|
|
expect(new Error().stack).not.toMatch(/webpackBootstrap/);
|
||
|
|
});
|