Skip to content

Commit

Permalink
Test: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Mar 7, 2018
1 parent 53adbf4 commit 7703719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/rollup.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default [
// editor unit conf
{
input: 'test/three.editor.unit.js',
indent: '\t',
plugins: [
glsl()
],
Expand All @@ -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()
],
Expand All @@ -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()
],
Expand All @@ -75,6 +74,7 @@ export default [
file: 'test/unit/three.source.unit.js',
intro: 'QUnit.module( "Source", () => {',
outro: '} );',
indent: '\t',
}
]
},
Expand Down

0 comments on commit 7703719

Please sign in to comment.