UNPKG

merger-js

Version:

Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.

14 lines (11 loc) 406 B
/* * Copyright (c) 2018-2020 João Pedro Martins Neves - All Rights Reserved. * * MergerJS (merger-js) is licensed under the * GPLv3.0 license (GNU General Public License v3.0), * located in the root of this project, under the name "LICENSE.md". */ const ____Jasmine = require( 'jasmine' ); const jasmine = new ____Jasmine(); jasmine.loadConfigFile( './tests/jasmine.json' ); jasmine.execute();