mirror of https://github.com/webpack/webpack.git
3 lines
58 B
JavaScript
3 lines
58 B
JavaScript
|
it('should work', () => {
|
||
|
expect(true).toBe(true);
|
||
|
});
|