Files
jspm-registry/test/tests/angular.js
T
2014-02-11 16:10:53 +02:00

7 lines
140 B
JavaScript

suite('Angular', function() {
test('load', function(done) {
System.import('angular').then(function() {
done();
});
});
});