Explorar o código

Ignored also creator tests – no way to run them in Node.js.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
1eb795a4be
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dev/tasks/test/tasks.js

+ 2 - 1
dev/tasks/test/tasks.js

@@ -85,7 +85,8 @@ module.exports = () => {
 			const src = [
 				...benderSrc,
 				'!build/cjs/tests/{ui,ui-*}/**/*.js',
-				'!build/cjs/tests/theme-*/**/*.js'
+				'!build/cjs/tests/theme-*/**/*.js',
+				'!build/cjs/tests/creator-*/**/*.js'
 			];
 
 			return gulp.src( src )