Преглед на файлове

fix rollup.unit.config.js

[email protected] преди 5 години
родител
ревизия
d3b2ca5fdc
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      test/rollup.unit.config.js

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

@@ -38,7 +38,7 @@ function glsl() {
 export default [
 	// editor unit conf
 	{
-		input: 'unit/three.editor.unit.js',
+		input: 'test/unit/three.editor.unit.js',
 		plugins: [
 			glsl()
 		],
@@ -47,7 +47,7 @@ export default [
 			{
 				format: 'umd',
 				name: 'THREE',
-				file: 'unit/build/three.editor.unit.js',
+				file: 'test/unit/build/three.editor.unit.js',
 				intro: 'QUnit.module( "Editor", () => {',
 				outro: '} );',
 				indent: '\t',
@@ -56,7 +56,7 @@ export default [
 	},
 	// example unit conf
 	{
-		input: 'unit/three.example.unit.js',
+		input: 'test/unit/three.example.unit.js',
 		plugins: [
 			glsl()
 		],
@@ -65,7 +65,7 @@ export default [
 			{
 				format: 'umd',
 				name: 'THREE',
-				file: 'unit/build/three.example.unit.js',
+				file: 'test/unit/build/three.example.unit.js',
 				intro: 'QUnit.module( "Example", () => {',
 				outro: '} );',
 				indent: '\t',
@@ -74,7 +74,7 @@ export default [
 	},
 	// source unit conf
 	{
-		input: 'unit/three.source.unit.js',
+		input: 'test/unit/three.source.unit.js',
 		plugins: [
 			glsl()
 		],
@@ -83,7 +83,7 @@ export default [
 			{
 				format: 'umd',
 				name: 'THREE',
-				file: 'unit/build/three.source.unit.js',
+				file: 'test/unit/build/three.source.unit.js',
 				intro: 'QUnit.module( "Source", () => {',
 				outro: '} );',
 				indent: '\t',