|
@@ -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',
|