mirror of https://github.com/webpack/webpack.git
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
|
it("should compile", () => {
|
||
|
expect("common").toBe("common");
|
||
|
});
|
||
|
export default "main";
|