mirror of https://github.com/webpack/webpack.git
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
import f from "./module";
|
||
|
|
||
|
it("should support logical assignment", () => {
|
||
|
expect(f()).toBe(true);
|
||
|
});
|