Browse Source

fix rollup.unit.config.js

[email protected] 5 years ago
parent
commit
d3b2ca5fdc
1 changed files with 6 additions and 6 deletions
  1. 6 6
      test/rollup.unit.config.js

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

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