Minimal interface for hydro
s('My module', function() {
t('it really works', function() {
});
});
hydro.set({
plugins: ['hydro-minimal'],
});
npm install hydro-minimal
component install hydrojs/hydro-minimal
<script src="hydro-minimal"></script>
$ npm test
Coverage:
$ npm run coverage
The MIT License (see LICENSE)