standard/assets/index.js
Timo Hocker 0fa904bed2
All checks were successful
continuous-integration/drone/push Build is passing
switch to jasmine
2020-09-24 07:41:23 +02:00

14 lines
356 B
JavaScript

/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of standard which is released under MIT.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, September 2020
*/
'use strict';
const drone = require ('./drone');
const jasmine = require ('./jasmine');
module.exports = { drone, jasmine };