Skip to content

Commit e6a2b95

Browse files
authored
chore: typo
1 parent 96a666b commit e6a2b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ describe('WebpackConfig object', () => {
873873
}).to.throw('must be a callback function');
874874
});
875875

876-
it('TypeScript can not be compiled by ts-loader is Babel is already handling TypeScript', () => {
876+
it('TypeScript can not be compiled by ts-loader if Babel is already handling TypeScript', () => {
877877
const config = createConfig();
878878
config.enableBabelTypeScriptPreset();
879879

0 commit comments

Comments
 (0)