Explorar o código

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

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
4a6686540b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {