소스 검색

Merge branch 't/304'. Fixes #304.

Piotrek Koszuliński 9 년 전
부모
커밋
4a6686540b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dev/bender/plugins/ckeditor5/lib/index.js

+ 1 - 1
dev/bender/plugins/ckeditor5/lib/index.js

@@ -18,7 +18,7 @@ module.exports = {
 
 		this.on( 'test:created', ( test ) => {
 			const moduleRegExp = /^([^\/]+)\//;
-			let name = test.displayName.replace( /^build\/amd\/tests\//, '' );
+			let name = test.displayName.replace( /^build\/modules\/amd\/tests\//, '' );
 			let module = name.match( moduleRegExp );
 
 			if ( module ) {