mirror of https://github.com/webpack/webpack.git
fix test case
This commit is contained in:
parent
2e3a7cda28
commit
0349dbcfe2
|
|
@ -164,8 +164,8 @@ describe("Compiler", () => {
|
|||
expect(bundle).not.toMatch("4: function(");
|
||||
expect(bundle).not.toMatch("fixtures");
|
||||
expect(chunk).not.toMatch("fixtures");
|
||||
expect(bundle).toMatch("webpackJsonp");
|
||||
expect(chunk).toMatch('window["webpackJsonp"] || []).push');
|
||||
expect(bundle).toMatch("webpackChunk");
|
||||
expect(chunk).toMatch('self["webpackChunk"] || []).push');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue