Browse Source

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

Piotrek Koszuliński 9 years ago
parent
commit
4a6686540b
1 changed files with 1 additions and 1 deletions
  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 ) {