three.example.unit.js 333 B

123456789101112131415
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (factory());
  5. }(this, (function () { 'use strict';
  6. QUnit.module( "Example", () => {
  7. /**
  8. * @author TristanVALCKE / https://github.com/Itee
  9. */
  10. } );
  11. })));