UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

12 lines (10 loc) 336 B
// import {configure} from 'src/aurelia-form'; // import {Config} from 'src/config'; // import {Container} from 'aurelia-dependency-injection'; describe('aurelia-notification', function() { describe('configure()', function() { it('Should call callback with a Config instance', function(done) { done(); }); }); });