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