forked from curious.bio/iot-backend
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
|
define( function() {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
// All support tests are defined in their respective modules.
|
||
|
|
return {};
|
||
|
|
} );
|