Browse Source

Tests: Fix source build

Mugen87 7 years ago
parent
commit
57f65eba75
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/three.source.unit.js

+ 2 - 0
test/three.source.unit.js

@@ -2,6 +2,8 @@
  * @author TristanVALCKE / https://github.com/Itee
  */
 
+import './unit/qunit-utils.js';
+
 //src
 import './unit/src/constants.tests';
 import './unit/src/polyfills.tests';