소스 검색

Passing code coverage through untestable code.

fredck 11 년 전
부모
커밋
1c8d6c5b3b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/ckeditor5-ui/src/utils-lodash.js

+ 1 - 0
packages/ckeditor5-ui/src/utils-lodash.js

@@ -35,6 +35,7 @@
 	];
 
 	// Make this compatible with CommonJS as well so it can be used in Node (e.g. "grunt lodash").
+	/* istanbul ignore next: we're not able to test the following in bender so ignore it */
 	if ( typeof module == 'object' && module.exports ) {
 		module.exports = lodashInclude;
 	} else {