Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 25, 2021
1 parent b88f4b0 commit 7b7e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build/custom-webpack/custom-webpack.test.js
Expand Up @@ -14,7 +14,7 @@ describe('custom-webpack', () => {
expect(stdout).toContain('main.js');
});

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

0 comments on commit 7b7e998

Please sign in to comment.