Skip to content

Commit 38cddca

Browse files
committed
fix: typo
1 parent a627b47 commit 38cddca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build/custom-webpack/custom-webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('custom-webpack', () => {
1414
expect(stdout).toContain('main.js');
1515
});
1616

17-
it('should throw an erroe for invalid-webpack.js', () => {
17+
it('should throw an error for invalid-webpack.js', () => {
1818
const { exitCode, stderr, stdout } = run(__dirname, [], {
1919
env: { WEBPACK_PACKAGE: resolve(__dirname, './invalid-webpack.js') },
2020
});

0 commit comments

Comments
 (0)