浏览代码

Test: Fix build

Mugen87 7 年之前
父节点
当前提交
7703719cc3
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      test/rollup.unit.config.js
  2. 0 0
      test/unit/example/objects/Lensflare.tests.js

+ 3 - 3
test/rollup.unit.config.js

@@ -27,7 +27,6 @@ export default [
 	// editor unit conf
 	{
 		input: 'test/three.editor.unit.js',
-		indent: '\t',
 		plugins: [
 			glsl()
 		],
@@ -39,13 +38,13 @@ export default [
 				file: 'test/unit/three.editor.unit.js',
 				intro: 'QUnit.module( "Editor", () => {',
 				outro: '} );',
+				indent: '\t',
 			}
 		]
 	},
 	// example unit conf
 	{
 		input: 'test/three.example.unit.js',
-		indent: '\t',
 		plugins: [
 			glsl()
 		],
@@ -57,13 +56,13 @@ export default [
 				file: 'test/unit/three.example.unit.js',
 				intro: 'QUnit.module( "Example", () => {',
 				outro: '} );',
+				indent: '\t',
 			}
 		]
 	},
 	// source unit conf
 	{
 		input: 'test/three.source.unit.js',
-		indent: '\t',
 		plugins: [
 			glsl()
 		],
@@ -75,6 +74,7 @@ export default [
 				file: 'test/unit/three.source.unit.js',
 				intro: 'QUnit.module( "Source", () => {',
 				outro: '} );',
+				indent: '\t',
 			}
 		]
 	},

+ 0 - 0
test/unit/example/objects/LensFlare.tests.js → test/unit/example/objects/Lensflare.tests.js