We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627b47 commit 38cddcaCopy full SHA for 38cddca
test/build/custom-webpack/custom-webpack.test.js
@@ -14,7 +14,7 @@ describe('custom-webpack', () => {
14
expect(stdout).toContain('main.js');
15
});
16
17
- it('should throw an erroe for invalid-webpack.js', () => {
+ it('should throw an error for invalid-webpack.js', () => {
18
const { exitCode, stderr, stdout } = run(__dirname, [], {
19
env: { WEBPACK_PACKAGE: resolve(__dirname, './invalid-webpack.js') },
20
0 commit comments