瀏覽代碼

Passing code coverage through untestable code.

fredck 11 年之前
父節點
當前提交
8bacc67434
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-utils/src/utils-lodash.js

+ 1 - 0
packages/ckeditor5-utils/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 {